Pon
SCPI Command :
[SOURce]:IQ:OUTPut:DIGital:BBMM<CH>:PON
- class PonCls[source]
Pon commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(iqConnector=IqConnector.Default) RsSmw.enums.UnchOff [source]
# SCPI: [SOURce]:IQ:OUTPut:DIGital:BBMM<CH>:PON value: enums.UnchOff = driver.source.iq.output.digital.bbmm.pon.get(iqConnector = repcap.IqConnector.Default)
Sets the power-on state of the selected digital I/Q output.
- param iqConnector
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bbmm’)
- return
pon: OFF| UNCHanged
- set(pon: RsSmw.enums.UnchOff, iqConnector=IqConnector.Default) None [source]
# SCPI: [SOURce]:IQ:OUTPut:DIGital:BBMM<CH>:PON driver.source.iq.output.digital.bbmm.pon.set(pon = enums.UnchOff.OFF, iqConnector = repcap.IqConnector.Default)
Sets the power-on state of the selected digital I/Q output.
- param pon
OFF| UNCHanged
- param iqConnector
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bbmm’)