Power
SCPI Command :
SCONfiguration:EXTernal:RF<CH>:RF:POWer
- class PowerCls[source]
Power commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get(path=Path.Default) float [source]
# SCPI: SCONfiguration:EXTernal:RF<CH>:RF:POWer value: float = driver.sconfiguration.external.rf.rf.power.get(path = repcap.Path.Default)
In uncoupled mode, sets the RF level of the external instrument.
- param path:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)
- return:
power: float Range: -130 to 20
- set(power: float, path=Path.Default) None [source]
# SCPI: SCONfiguration:EXTernal:RF<CH>:RF:POWer driver.sconfiguration.external.rf.rf.power.set(power = 1.0, path = repcap.Path.Default)
In uncoupled mode, sets the RF level of the external instrument.
- param power:
float Range: -130 to 20
- param path:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.sconfiguration.external.rf.rf.power.clone()
Subgroups