Voltage
SCPI Command :
[SOURce]:LFOutput<CH>:VOLTage
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(lfOutput=LfOutput.Default) float[source]
# [SOURce]:LFOutput<CH>:VOLTage value: float = driver.source.lfOutput.voltage.get(lfOutput = repcap.LfOutput.Default)
Sets the output voltage of the selected LF output. You can use this parameter when you have two LF generators activated.
- Parameters:
lfOutput – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘LfOutput’)
- Returns:
voltage: float Range: dynamic (see data sheet) , Unit: V
- set(voltage: float, lfOutput=LfOutput.Default) None[source]
# [SOURce]:LFOutput<CH>:VOLTage driver.source.lfOutput.voltage.set(voltage = 1.0, lfOutput = repcap.LfOutput.Default)
Sets the output voltage of the selected LF output. You can use this parameter when you have two LF generators activated.
- Parameters:
voltage – float Range: dynamic (see data sheet) , Unit: V
lfOutput – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘LfOutput’)