Source

SCPI Command :

POWer<*>:EFFiciency:OUTPut<*>:CURRent[:SOURce]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(power=Power.Default, output=Output.Default) SignalSource[source]
# POWer<*>:EFFiciency:OUTPut<*>:CURRent[:SOURce]
value: enums.SignalSource = driver.power.efficiency.output.current.source.get(power = repcap.Power.Default, output = repcap.Output.Default)

Selects the current source waveform of the selected output line.

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

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

Returns:

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

set(source_current: SignalSource, power=Power.Default, output=Output.Default) None[source]
# POWer<*>:EFFiciency:OUTPut<*>:CURRent[:SOURce]
driver.power.efficiency.output.current.source.set(source_current = enums.SignalSource.C1, power = repcap.Power.Default, output = repcap.Output.Default)

Selects the current source waveform of the selected output line.

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

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

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