SFORmat Subsystem

LABel

Query:MACHine{12}:SFORmat:CLOCk<N>?

The CLOCk query returns the current clocking mode for a given pod.

Returned Format [:MACHine{12}:SFORmat:CLOCK<N>] <clock_mode><NL>

Example

OUTPUT XXX; ":MACHINE1:SFORMAT:CLOCK2?"

 

 

LABel

Command:MACHine{12}:SFORmat:LABel <name>[,<polarity>, <clock_bits>, <upper_bits>,<lower_bits> [,<upper_bits>,<lower_bits>]...]

The LABel command allows you to specify polarity and assign channels to new or existing labels. If the specified label name does not match an existing label name, a new label will be created.

The order of the pod-specification parameters is significant. The first one listed will match the highest-numbered pod assigned to the machine you’re using. Each pod specification after that is assigned to the next highest- numbered pod. This way the specifications match the left-to-right descending order of the pods you see on the Format display. Not including enough pod specifications results in the lowest numbered pod(s) being assigned a value of zero (all channels excluded). If you include more pod specifications than there are pods for that machine, the extra ones will be ignored. However, an error is reported any time more than 22 pod specifications are listed.

The polarity can be specified at any point after the label name.

Because pods contain 16 channels, the format value for a pod must be between 0 and 65535 (2161). When giving the pod assignment in binary, each bit will correspond to a single channel. A "1" in a bit position means the associated channel in that pod is assigned to the label. A "0" in a bit position means the associated channel in that pod is excluded from the label. Leading zeroes may be omitted. For example, assigning #B1111001100 is equivalent to entering "......****..**.." through the touchscreen.

A label can not have a total of more than 32 channels assigned to it.

5–7