Source

SCPI Command :

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

Selects the source waveform of the input signal.

Parameters:

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

Returns:

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

set(input_source: SignalSource, power=Power.Default) None[source]
# POWer<*>:ONOFf:INPut[:SOURce]
driver.power.onOff.inputPy.source.set(input_source = enums.SignalSource.C1, power = repcap.Power.Default)

Selects the source waveform of the input signal.

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

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