RUSKA 7350
Users Manual
:LIST |
|
:PRESsure <number> [,<number>] | set list of pressure values |
:POINts? | returns number of points defined |
:DWELl <number> [,<number>] | specifies dwell times |
:POINts? | returns number of dwell times |
:TOLerance <number> [,<number>] | specifies tolerances |
:POINts? | returns number of tolerances |
:DIRection UPDOWN | direction to go through list |
:COUNt <number> | number of times to go through list |
STATus |
|
:OPERation |
|
[:EVENT]? | read/clear operation event register |
:CONDition? | read operation condition register |
:ENABle <number> | set operation enable mask |
:QUEStionable |
|
[:EVENT]? | read/clear questionable event register |
:CONDition? | read questionable condition register |
:ENABle <number> | set questionable enable mask |
:PRESet | reset condition flags |
SYSTem |
|
:DATE <year>,<month>,<day> | set system date |
:ERRor? | returns <error#,”descr;info”> |
| or 0,”No Error” |
:KLOCk ONOFF10 | lock keyboard |
:TIME <hour>,<minute>,<second> | set system time |
:VERSion? | returns 1991.0 |
:LANGuage “6000””SCPI” | set interface protocol to 6000 or SCPI |
:PRESet | reset system |
TEST |
|
:ELECtronic? | perform electronic |
UNIT |
|
:DEFine<n> <name>,<number> | define a unit |
:LENGth MMIN | set length units for head height |
[:PRESsure] <unit name> | set pressure units |
Example SCPI Commands
To request the current pressure reading, all of the following commands are equivalent:
:MEASURE:PRESSURE?
:measure:pressure?
:MeAsUrE:pReSsUrE?
:meas:pres?
:measure?
:meas?
MEAS?
To set the control pressure setpoint to 50, all of the following commands are equivalent:
SOURCE:PRESSURE:LEVEL:IMMEDIATE:AMPLITUDE 50 SOUR:PRES:LEV:IMM:AMPL 50.0
PRESSURE +50 PRES 50