Pon

SCPI Command :

[SOURce]:IQ:OUTPut:DIGital:FADer<CH>:PON
class PonCls[source]

Pon commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(digitalIq=DigitalIq.Default) RsSmw.enums.UnchOff[source]
# SCPI: [SOURce]:IQ:OUTPut:DIGital:FADer<CH>:PON
value: enums.UnchOff = driver.source.iq.output.digital.fader.pon.get(digitalIq = repcap.DigitalIq.Default)

Sets the power-on state of the selected digital I/Q output.

param digitalIq

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

return

pon: OFF| UNCHanged

set(pon: RsSmw.enums.UnchOff, digitalIq=DigitalIq.Default) None[source]
# SCPI: [SOURce]:IQ:OUTPut:DIGital:FADer<CH>:PON
driver.source.iq.output.digital.fader.pon.set(pon = enums.UnchOff.OFF, digitalIq = repcap.DigitalIq.Default)

Sets the power-on state of the selected digital I/Q output.

param pon

OFF| UNCHanged

param digitalIq

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