State
SCPI Command :
[SENSe]:LIST:POWer:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.OffState [source]
# SCPI: [SENSe]:LIST:POWer:STATe value: enums.OffState = driver.sense.listPy.power.state.get()
Turns the List Evaluation off.
- return
state: OFF | 0
- set(state: RsFsw.enums.OffState) None [source]
# SCPI: [SENSe]:LIST:POWer:STATe driver.sense.listPy.power.state.set(state = enums.OffState.OFF)
Turns the List Evaluation off.
- param state
OFF | 0