State
SCPI Command :
[SOURce]:LFOutput<CH>:[STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(lfOutput=LfOutput.Default) bool[source]
# [SOURce]:LFOutput<CH>:[STATe] value: bool = driver.source.lfOutput.state.get(lfOutput = repcap.LfOutput.Default)
Activates LF signal output.
- Parameters:
lfOutput – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘LfOutput’)
- Returns:
state: 1 | ON | 0| OFF
- set(state: bool, lfOutput=LfOutput.Default) None[source]
# [SOURce]:LFOutput<CH>:[STATe] driver.source.lfOutput.state.set(state = False, lfOutput = repcap.LfOutput.Default)
Activates LF signal output.
- Parameters:
state – 1 | ON | 0| OFF
lfOutput – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘LfOutput’)