State

SCPI Command :

[SENSe]:LIST:POWer:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() OffState[source]
# [SENSe]:LIST:POWer:STATe
value: enums.OffState = driver.sense.listPy.power.state.get()

Turns the List Evaluation off.

Returns:

state: OFF | 0

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

Turns the List Evaluation off.

Parameters:

state – OFF | 0