Power
SCPI Command :
SCONfiguration:EXTernal:FADer<CH>:RF:POWer
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get(digitalIq=DigitalIq.Default) float[source]
# SCONfiguration:EXTernal:FADer<CH>:RF:POWer value: float = driver.sconfiguration.external.fader.rf.power.get(digitalIq = repcap.DigitalIq.Default)
In uncoupled mode, sets the RF level of the external instrument.
- Parameters:
digitalIq – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fader’)
- Returns:
power: float Range: -130 to 20
- set(power: float, digitalIq=DigitalIq.Default) None[source]
# SCONfiguration:EXTernal:FADer<CH>:RF:POWer driver.sconfiguration.external.fader.rf.power.set(power = 1.0, digitalIq = repcap.DigitalIq.Default)
In uncoupled mode, sets the RF level of the external instrument.
- Parameters:
power – float Range: -130 to 20
digitalIq – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fader’)
Cloning the Group
# Create a copy of the original group, that exists independently
power_copy = driver.sconfiguration.external.fader.rf.power.clone()
Subgroups