Voltage

SCPI Command :

[SOURce]:LFOutput<CH>:INTernal:VOLTage
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(lfOutput=LfOutput.Default) float[source]
# [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 method RsSmbv.source.lfOutput.voltage() .

Parameters:

lfOutput – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘LfOutput’)

Returns:

voltage: float Range: 0 to 4

set(voltage: float, lfOutput=LfOutput.Default) None[source]
# [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 method RsSmbv.source.lfOutput.voltage() .

Parameters:
  • voltage – float Range: 0 to 4

  • lfOutput – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘LfOutput’)