TypePy
SCPI Command :
POWer<*>:ONOFf:INPut:TYPE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(power=Power.Default) PowerCoupling[source]
# POWer<*>:ONOFf:INPut:TYPE value: enums.PowerCoupling = driver.power.onOff.inputPy.typePy.get(power = repcap.Power.Default)
Selects whether the input signal is AC or CD.
- Parameters:
power – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)
- Returns:
input_type: DC | AC
- set(input_type: PowerCoupling, power=Power.Default) None[source]
# POWer<*>:ONOFf:INPut:TYPE driver.power.onOff.inputPy.typePy.set(input_type = enums.PowerCoupling.AC, power = repcap.Power.Default)
Selects whether the input signal is AC or CD.
- Parameters:
input_type – DC | AC
power – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Power’)