|
|
| CSET |
( |
String |
BLOCK, |
|
|
Generic |
VALUE, |
|
|
Generic |
RANGE, |
|
|
Generic |
LOWLIMIT, |
|
|
Generic |
HIGHLIMIT, |
|
|
Real |
SPREAD, |
|
|
Real |
RETRY, |
|
|
Integer |
NRETRY, |
|
|
Generic |
EXTRAPARAMS, |
|
|
Qualifier |
WAIT, |
|
|
Qualifier |
CONTROL, |
|
|
Qualifier |
NOCONTROL | |
|
) |
| | |
Set a sample environment variable value.
The command is passed the name of a SECI defined sample environment parameter and its desired value in a NAME=VALUE style. It is possible to set more than one value at a time, and all the values will be set before any buttons are pressed. The order of setting will not be the same as specified on the command line though.
- Parameters:
-
| [in] | RANGE | Range of values allowed for WAIT or CONTROL specified as LOWER:UPPER |
| [in] | LOWLIMIT | |
| [in] | HIGHLIMIT | |
| [in] | RETRY | Used with /WAIT to specify a retry interval (seconds) for resending setpoint |
| [in] | NRETRY | Used with RETRY to specify a maximum numnber of attemps |
| [in] | SPREAD | Fractional spread of values allowed for WAIT or CONTROL - 0.1 means 10% |
| [in] | EXTRAPARAMS | Additional NAME=VALUE arguments |
| [in] | WAIT | |
| [in] | CONTROL | Enable run control on this block |
| [in] | NOCONTROL | Disable run control on this block |
- See also:
- CSHOW GETBLOCKS
Example
CSET TEMP1=10.0 SPREAD=0.1
|