EnvelopePower

SCPI Commands :

CONFigure:GPRF:MEASurement<Instance>:IQRecorder:LIST:ENPower
CONFigure:GPRF:MEASurement<Instance>:IQRecorder:LIST:ENPower:ALL
class EnvelopePowerCls[source]

EnvelopePower commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get(index: int) float[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:IQRecorder:LIST:ENPower
value: float = driver.configure.iqRecorder.listPy.envelopePower.get(index = 1)

No command help available

param index:

No help available

return:

exp_nom_power: No help available

get_all() List[float][source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:IQRecorder:LIST:ENPower:ALL
value: List[float] = driver.configure.iqRecorder.listPy.envelopePower.get_all()

No command help available

return:

exp_nom_power: No help available

set(index: int, exp_nom_power: float) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:IQRecorder:LIST:ENPower
driver.configure.iqRecorder.listPy.envelopePower.set(index = 1, exp_nom_power = 1.0)

No command help available

param index:

No help available

param exp_nom_power:

No help available

set_all(exp_nom_power: List[float]) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:IQRecorder:LIST:ENPower:ALL
driver.configure.iqRecorder.listPy.envelopePower.set_all(exp_nom_power = [1.1, 2.2, 3.3])

No command help available

param exp_nom_power:

No help available