State

SCPI Command :

[SENSe]:LIST:RANGe<ri>:LIMit:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(rangePy=RangePy.Default) bool[source]
# [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.

Parameters:

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

Returns:

state: ON | OFF | 1 | 0

set(state: bool, rangePy=RangePy.Default) None[source]
# [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.

Parameters:
  • state – ON | OFF | 1 | 0

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