SETMCOPERAND
Sets any row or configuration of the Multi-Configuration Editor to any numeric value.
Syntax:
SETMCOPERAND row, config, value, datatype
Discussion:
This keyword requires numeric expressions that evaluate to integers specifying the row and configuration of the Multi-Configuration Editor.
If the config number is 0, then the value is interpreted as follows:
datatype = 0, value is a string literal or variable that specifies the name of the operand.
datatype = 1, 2, or 3, value is the number 1, 2, or 3 value used as part of the multi-configuration operand definition. See the description of the multi-configuration operand numbers defined in "Summary of multi- configuration operands".
If the config number corresponds to a defined configuration then the value is interpreted as follows:
datatype = 0, value is the value of the operand.
datatype = 1, value is the pickup offset of the operand.
datatype = 2, value is the pickup scale of the operand.
datatype = 3, value is the status of the operand, 0 for fixed, 1 for variable, 2 for pickup, 3 for thermal pickup.
datatype = 4, value is the pickup configuration number.
datatype = 5, value is the pickup row number.
Example:
SETMCOPERAND 3, 4, somevalue, 0 SETMCOPERAND 1, 0, "THIC", 0
Related Functions:
MCOP
Next: