State

SCPI Command :

[SENSe]:LIST:RANGe<ri>:LIMit:STATe
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(rangePy=RangePy.Default) bool[source]
# SCPI: [SENSe]:LIST:RANGe<ri>:LIMit:STATe
value: bool = driver.sense.listPy.range.limit.state.get(rangePy = repcap.RangePy.Default)

Turns the limit check for all spurious emission measurement ranges on and off. The sweep list cannot be configured using remote commands during an on-going sweep operation.

param rangePy

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)

return

state: ON | OFF | 1 | 0

set(state: bool, rangePy=RangePy.Default) None[source]
# SCPI: [SENSe]:LIST:RANGe<ri>:LIMit:STATe
driver.sense.listPy.range.limit.state.set(state = False, rangePy = repcap.RangePy.Default)

Turns the limit check for all spurious emission measurement ranges on and off. The sweep list cannot be configured using remote commands during an on-going sweep operation.

param state

ON | OFF | 1 | 0

param rangePy

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)