Power

SCPI Command :

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

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

get(iqConnector=IqConnector.Default) float[source]
# SCPI: SCONfiguration:EXTernal:IQOutput<CH>:RF:POWer
value: float = driver.sconfiguration.external.iqOutput.rf.power.get(iqConnector = repcap.IqConnector.Default)

In uncoupled mode, sets the RF level of the external instrument.

param iqConnector

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

return

power: float Range: -130 to 20

set(power: float, iqConnector=IqConnector.Default) None[source]
# SCPI: SCONfiguration:EXTernal:IQOutput<CH>:RF:POWer
driver.sconfiguration.external.iqOutput.rf.power.set(power = 1.0, iqConnector = repcap.IqConnector.Default)

In uncoupled mode, sets the RF level of the external instrument.

param power

float Range: -130 to 20

param iqConnector

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

Cloning the Group

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

Subgroups