SCPI Command
CALCulate<Ch>[:SELected]:FUNCtion:DOMain[:STATe] {OFF|ON|0|1}
CALCulate<Ch>[:SELected]:FUNCtion:DOMain[:STATe]?
Or
CALCulate<Ch>:TRACe<Tr>:FUNCtion:DOMain[:STATe] {OFF|ON|0|1}
CALCulate<Ch>:TRACe<Tr>: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),
Or
CALCulate<Ch>[:SELected] — active trace of channel <Ch>,
Or
CALCulate<Ch>:TRACe<Tr> — trace <Tr> of channel <Ch>,
<Ch> = {[1]|2|...16}
<Tr> = {[1]|2|...16}
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
note |
This command is similar to CALCulate<Ch>[:SELected]:FUNCtion:DOMain[:STATe] only. |
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