E4990A Help
360
Equivalent Softkey
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)
SCPI.CALCULATE(Ch).SELECTED.FUNCTION.DATA
:CALC:FUNC:DOM
Type
Command/Query
Syntax
:CALCulate[:SELected]:FUNCtion:DOMain[:STATe] {ON|OFF|1|0}
:CALCulate[:SELected]:FUNCtion:DOMain[:STATe]?
Description
This command sets/gets an arbitrary range for analysis.
When the trace coupling is OFF, the active trace is the target to be set.
Variable
Parameter Selection Option
Description Analysis range On/Off status
Data Type Boolean type (Boolean)
Range ON|OFF|1|0
Preset Value
OFF
Query Response
{1|0}<newline><^END>
Examples
Dim Var as Integer
Ana.WriteString ":CALC:FUNC:DOM ON", True
Ana.WriteString ":CALC:FUNC:DOM?", True
Var=Ana.ReadNumber
Related Commands
:CALC:FUNC:DOM:COUP
:CALC:FUNC:DOM:STAR
:CALC:FUNC:DOM:STOP
Equivalent Softkey
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)