161
────────────────────────────────────────────────────
8.4 Command Reference
────────────────────────────────────────────────────
■ Queries the SC.
Syntax
SCALe:SC?
Function
The current value of SC is returned as a numerical value in NR2 numerical
format.
Note
With this query, if any error occurs, no response message is produced.
Response
syntax
Headers: ON
Headers: OFF
":SCALE:SC_<NR2>"
"<NR2>"
Errors
・ Query error/ If the response message is longer than 1000 bytes.
・ System error/ This query is not executed. A device dependent error occurs.
Example
Transmission
Response
Headers: ON
Headers: OFF
":SCAL:SC?"
":SCALE:SC 10.00"
"10.00"
■ Sets the message unit separator for response messages.
Syntax
TRANsmit:SEParator_<NR1>
<NR1>
0, 1
Function
・ When the header is off, the data separator is set as follows:
① If <NR1> = 0, the separator is set to semicolon ";".
② If <NR1> = 1, the separator is set to comma ",".
・ <NR1> can be accepted in NRf format, but the decimal fraction is rounded
(rounding up a final 5).
Notes
・ Even if you set the command to the comma, message unit separator will
appear as a semicolon when headers are on.
・ After <NR1> has been rounded as explained above, if it becomes a numerical
value other than 0, the message unit separator is set to the comma.
Errors
・
Command error/ If the setting data is not in NRf format
・ System error/ This command is executed.
Example
Transmission
Response
":TRAN:SEP 0;:HEAD OFF;:MEAS? V,A"
"+101.20E+0;+2.1200E+0"
Transmission
Response
":TRAN:SEP 1;:HEAD OFF;:MEAS V,A"
"+101.20E+0,+2.1200E+0"
Transmission
Response
":TRAN:SEP 0;:HEAD ON;:MEAS? V,A"
"V +101.20E+0;A +2.1200E+0"
Transmission
Response
":TRAN:SEP 1;:HEAD ON;:MEAS? V,A"
"V +101.20E+0,A +2.1200E+0"
SCALe:SC?
TRANsmit:SEParator