BreakPy

SCPI Command :

[SENSe]:LIST:RANGe<ri>:BREak
class BreakPyCls[source]

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

get(rangePy=RangePy.Default) bool[source]
# SCPI: [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.

param rangePy

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

return

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.K17_Mcgd.Initiate.ConMeas.set. OFF | 0 The FSW sweeps all ranges in one go.

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

param 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.K17_Mcgd.Initiate.ConMeas.set. OFF | 0 The FSW sweeps all ranges in one go.

param rangePy

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