Power

SCPI Command:

CONFigure:GPRF:MEASurement<Instance>:ACP:LIMit:POWer
class PowerCls[source]

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

class PowerStruct[source]

Response structure. Fields:

  • Limit_Lower: float: Lower power limit Range: -130 dBm to 55 dBm, Unit: dBm

  • Limit_Upper: float: Upper power limit Range: -130 dBm to 55 dBm, Unit: dBm

get() PowerStruct[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:ACP:LIMit:POWer
value: PowerStruct = driver.configure.gprfMeasurement.acp.limit.power.get()

Configures limits for the absolute power measured in the designated channel.

return:

structure: for return value, see the help for PowerStruct structure arguments.

set(limit_lower: float, limit_upper: float) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:ACP:LIMit:POWer
driver.configure.gprfMeasurement.acp.limit.power.set(limit_lower = 1.0, limit_upper = 1.0)

Configures limits for the absolute power measured in the designated channel.

param limit_lower:

Lower power limit Range: -130 dBm to 55 dBm, Unit: dBm

param limit_upper:

Upper power limit Range: -130 dBm to 55 dBm, Unit: dBm