SCPI Command
CALCulate<Ch>[:SELected]:FUNCtion:DOMain[:STATe] {OFF|ON|0|1}
CALCulate<Ch>[:SELected]:FUNCtion:DOMain[:STATe]?
Specifies whether an arbitrary range or the entire sweep range is used when the CALC:FUNC:EXEC command is executed. |
---|
command/query |
All traces of channel <Ch> (if the coupling is set to ON by the CALC:FUNC:DOM:COUP command), All traces of channel <Ch> (if the coupling is set to ON by the CALC:FUNC:DOM:COUP command),
Or
The active trace of channel <Ch> (if otherwise),
<Ch>={[1]|2|3|4}
<Ch>={[1] … |16} (in N-port mode only)
Select the following:
{ON|1} |
Arbitrary range |
{OFF|0} |
Entire sweep range |
{0|1}
0
None
Equivalent COM Command
SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.STATe
Status = app.SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.STATe
app.SCPI.CALCulate(Ch).SELected.FUNCtion.DOMain.STATe = true
Boolean (read/write)
Back to CALCulate
Back to Command Finder
Back to Command Finder (From User Interface)