Power

SCPI Command :

SCONfiguration:EXTernal:FADer<CH>:RF:POWer
class PowerCls[source]

Power commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get(digitalIq=DigitalIq.Default) float[source]
# SCPI: SCONfiguration:EXTernal:FADer<CH>:RF:POWer
value: float = driver.sconfiguration.external.fader.rf.power.get(digitalIq = repcap.DigitalIq.Default)

No command help available

param digitalIq

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

return

power: No help available

set(power: float, digitalIq=DigitalIq.Default) None[source]
# SCPI: SCONfiguration:EXTernal:FADer<CH>:RF:POWer
driver.sconfiguration.external.fader.rf.power.set(power = 1.0, digitalIq = repcap.DigitalIq.Default)

No command help available

param power

No help available

param digitalIq

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sconfiguration.external.fader.rf.power.clone()

Subgroups