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