Voltage
SCPI Command :
[SOURce]:LFOutput<CH>:INTernal:VOLTage
- class VoltageCls[source]
Voltage commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(lfOutput=LfOutput.Default) float [source]
# SCPI: [SOURce]:LFOutput<CH>:INTernal:VOLTage value: float = driver.source.lfOutput.internal.voltage.get(lfOutput = repcap.LfOutput.Default)
Sets the output voltage for the LF generators. The sum of both values must not exceed the overall output voltage, set with command [:SOURce]:LFOutput:VOLTage.
- param lfOutput
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘LfOutput’)
- return
voltage: float Range: 0 to 4
- set(voltage: float, lfOutput=LfOutput.Default) None [source]
# SCPI: [SOURce]:LFOutput<CH>:INTernal:VOLTage driver.source.lfOutput.internal.voltage.set(voltage = 1.0, lfOutput = repcap.LfOutput.Default)
Sets the output voltage for the LF generators. The sum of both values must not exceed the overall output voltage, set with command [:SOURce]:LFOutput:VOLTage.
- param voltage
float Range: 0 to 4
- param lfOutput
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘LfOutput’)