State

SCPI Commands

SENSe:LIST:POWer:STATe
class StateCls[source]

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

get() OffState[source]
# SCPI: [SENSe]:LIST:POWer:STATe
value: enums.OffState = driver.sense.listPy.power.state.get()

No command help available

return

state: No help available

set(state: OffState) None[source]
# SCPI: [SENSe]:LIST:POWer:STATe
driver.sense.listPy.power.state.set(state = enums.OffState.OFF)

No command help available

param state

No help available