Voltage

SCPI Command :

POWer<*>:SWITching:SOURce[:VOLTage]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(power=Power.Default) SignalSource[source]
# POWer<*>:SWITching:SOURce[:VOLTage]
value: enums.SignalSource = driver.power.switching.source.voltage.get(power = repcap.Power.Default)

Selects the voltage source waveform. Analog channels and math waveforms can be used.

Parameters:

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

Returns:

source_voltage: C1 | C2 | … | C8 | M1 | M2 | … | M8

set(source_voltage: SignalSource, power=Power.Default) None[source]
# POWer<*>:SWITching:SOURce[:VOLTage]
driver.power.switching.source.voltage.set(source_voltage = enums.SignalSource.C1, power = repcap.Power.Default)

Selects the voltage source waveform. Analog channels and math waveforms can be used.

Parameters:
  • source_voltage – C1 | C2 | … | C8 | M1 | M2 | … | M8

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