State

SCPI Command :

[SENSe]:CORRection:TRANsducer[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [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.

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# [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.

Parameters:

state – ON | OFF | 1 | 0