Example

Query

Returned Format

Example

SCHart Subsystem

VAXis

OUTPUT XXX;":MACHINE1:SCHART:HAXIS STATES, 100, 100" OUTPUT XXX;":MACHINE1:SCHART:HAXIS ’READ’, ’511’, ’511’, 0,300"

MACHine{12}:SCHart:HAXis?

The HAXis query returns the current horizontal axis label and scaling.

[:MACHine{12}:SCHart:HAXis] {STAtes,<state_low_value>, <state_high_value><label_name>,<label_low_value>, <label_high_value><state_low_value>,<state_high_value>}

OUTPUT XXX;":MACHINE1:SCHART:HAXIS?"

Command

<label_name>

<low_value>

<high_value>

Example

VAXis

MACHine{12}:SCHart:VAXis

<label_name>,<low_value>,<high_value>

The VAXis command allows you to choose which label will be plotted on the vertical axis of the chart and scales the vertical axis by specifying the high value and low value.

a string of up to 6 alphanumeric characters

string from 0 to 232–1 (#HFFFFFFFF)

string from <low_value> to 232–1 (#HFFFFFFFF)

OUTPUT XXX;":MACHINE2:SCHART:VAXIS ’SUM1’, ’0’, ’99’"

OUTPUT XXX;":MACHINE1:SCHART:VAXIS ’BUS’, ’#H00FF’, ’#H0500’"

9–6