BreakPy

SCPI Command :

[SENSe]:LIST:RANGe<ri>:BREak
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(rangePy=RangePy.Default) bool[source]
# [SENSe]:LIST:RANGe<ri>:BREak
value: bool = driver.sense.listPy.range.breakPy.get(rangePy = repcap.RangePy.Default)

Controls the sweep for all ranges. 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 | 1 The FSW stops after measuring one range, and the status bit number 10 in the STAT:OPER register is set. (See ‘STATus:OPERation register’.) To continue with the next range, use method RsFsw.applications.k17Mcgd.initiate.conMeas.set() . OFF | 0 The FSW sweeps all ranges in one go.

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

Controls the sweep for all ranges. The sweep list cannot be configured using remote commands during an on-going sweep operation.

Parameters:
  • state – ON | 1 The FSW stops after measuring one range, and the status bit number 10 in the STAT:OPER register is set. (See ‘STATus:OPERation register’.) To continue with the next range, use method RsFsw.applications.k17Mcgd.initiate.conMeas.set() . OFF | 0 The FSW sweeps all ranges in one go.

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