(set name value [confidence])
A string representation of the value for the point. The point value will be interpreted as integer, float or string based on the contents of the value string. This function tries each type in order, and uses the first type for which the value parameter is a valid representation. Double quotes around the value parameter are ignored. For example:
All strings can be surrounded by double-quotes if the string contains spaces or special characters. The backslash character (\) escapes double quotes and backslashes within the string. Newline, carriage return, form feed and tab are represented with \n, \r, \f, \t respectively. Strings must not contain newline characters.
This command sets the value of a point. When this value is set, the following attributes of the point are set as follows:
Please refer to the write command for more information about these parameters. See also cset, force, and cforce.
Copyright © 1995-2012 by Cogent Real-Time Systems, Inc. All rights reserved.