16-27
IM 765501-01E
Communication
Commands
3
2
1
6
5
4
9
8
7
12
11
10
15
14
13
18
17
16
16
Index
App
16.2.7 Computation Commands (CALCulate Group)
:CALCulate:MATH:SELect
Function
Sets the definition file of the computation using
equations or queries the current setting.
Syntax
:CALCulate:MATH:SELect <String>
<String> = File name to be specified.
:CALCulate:MATH:SELect?
→
<String> = Current file name.
Example
:CALC:MATH:SEL "Scale.txt"
:CALC:MATH:SEL?
Description Select a file in the MATH directory on the
GS610ROM disk. An error occurs if a file name
that does not exist is specified.
The file name is not case sensitive.
:CALCulate:MATH:CATalog?
Function
Queries a list of definition files of the
computation using equations.
Syntax
:CALCulate:MATH:CATalog?
→
<String>[,<String>[,<String> ... ]] = A list of
definition files.
NONE indicates that there are no definition
files.
Example
:CALC:MATH:CAT?
Description Specify a file in the MATH directory on the
GS610 ROM disk for the definition file.
:CALCulate:MATH:DELete
Function
Deletes the definition file of the computation
using equations.
Syntax
:CALCulate:MATH:DELete <String>
<String> = Name of the file to be deleted.
Example
:CALC:MATH:DEL "Scale.txt"
Description Select a file in the MATH directory on the
GS610ROM disk. An error occurs if a file name
that does not exist is specified. The file name is
not case sensitive.
:CALCulate:MATH:DEFine
Function
Creates a definition file of the computation using
equations.
Syntax
:CALCulate:MATH:DEFine
<String>,<String>
<String> = Name of the file to be created
<String> = Contents to be written to the file
Example
:CALC:MATHT:DEF
"
Scale.txt
"
,
"
M=M*2+1
"
Description The file is created in the MATH directory on the
GS610ROM disk. If an existing file name is
specified, the file is overwritten.
:CALCulate:NULL[:STATe]
Function
Sets the NULL computation state (ON or OFF)
or queries the current setting.
Syntax
:CALCulate:NULL[:STATe] 1|0|ON|OFF
1 or ON = Turns NULL computation ON.
0 or OFF = Turns NULL computation OFF.
:CALCulate:NULL[:STATe]?
→
1 = Currently ON
0 = Currently OFF
Example
:CALC:NULL:STAT ON
:CALC:NULL:STAT?
Description When the NULL computation state is changed
from OFF to ON, the NULL offset value is
updated so that the current display value shows
0.
:CALCulate:NULL:OFFSet
Function
Sets the offset value of the NULL computation
or queries the current setting.
Syntax
:CALCulate:NULL:OFFSet <Value>
<Value> = Sets the offset value to the specified
value.
:CALCulate:NULL:OFFSet?
→
<Value>
Example
:CALC:NULL:OFFS -0.123
:CALC:NULL?
Description The NULL offset value is updated when the
NULL computation state changes from OFF to
ON so that the current displayed value shows 0.
The NULL computation is carried out after other
computations (AVERage, MATH, etc.) have
been performed. Therefore, it is a parameter
with no unit.
:CALCulate:MATH[:STATe]
Function
Sets the state of the computation using
equations (ON or OFF) or queries the current
setting.
Syntax
:CALCulate:MATH[:STATe] 1|0|ON|OFF
1 or ON = Turns computation using equations
ON.
0 or OFF = Turns computation using equations
OFF.
:CALCulate:MATH[:STATe]?
→
1 = Currently ON
0 = Currently OFF
Example
:CALC:MATH:STAT ON
:CALC:MATH:STAT?
16.2 Commands