Determining Which Outputs Are Selected
The question mark
?
can be used to ask what the current selection is. A selection string will be returned,
which will consist of a single number (like
3
) or a range (like
5>7+9
), or if no outputs are selected,
0
will be
returned.
Examples
Output 1
Selects output 1. Future action commands will be directed towards output 1. Also returns
0
, or
1
to
indicate if the output is currently off or on.
Output 1>5 On
Turns on outputs 1 thru 5.
Output 1>3+5>8 Off
Turns off outputs 1 through 3 and 5 through 8.
Output 7 At 50
Sets the level of output 7 to 50% (any non-zero level turns an output on).
Output ?
Returns the current output selection in the format of a single number like
3
, or a range like
5>7+9
.
See Also
•
•
,
,
Interactive Technologies, Inc.
CueServer 2 User's Manual - 18.5.18
Page 163 of 429