BreakPy

SCPI Commands

SENSe:LIST:RANGe<RangePy>: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)

No command help available

param rangePy

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

return

state: No help available

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)

No command help available

param state

No help available

param rangePy

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