State

SCPI Command :

[SENSe]:CORRection:TRANsducer[:STATe]
class StateCls[source]

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

get() bool[source]
# SCPI: [SENSe]:CORRection:TRANsducer[:STATe]
value: bool = driver.sense.correction.transducer.state.get()

This command turns the selected transducer factor on or off. Before you can use the command, you have to select a transducer.

return

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# SCPI: [SENSe]:CORRection:TRANsducer[:STATe]
driver.sense.correction.transducer.state.set(state = False)

This command turns the selected transducer factor on or off. Before you can use the command, you have to select a transducer.

param state

ON | OFF | 1 | 0