Source

SCPI Command :

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

Selects the channel of the output signal. All analog channels except for the input channel can be used. Each channel can be used only once.

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:

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

set(output_source: SignalSource, power=Power.Default, output=Output.Default) None[source]
# POWer<*>:ONOFf:OUTPut<*>[:SOURce]
driver.power.onOff.output.source.set(output_source = enums.SignalSource.C1, power = repcap.Power.Default, output = repcap.Output.Default)

Selects the channel of the output signal. All analog channels except for the input channel can be used. Each channel can be used only once.

Parameters:
  • output_source – 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’)