Aclr

SCPI Command:

CONFigure:GPRF:MEASurement<Instance>:ACP:LIMit:ACLR
class AclrCls[source]

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

class AclrStruct[source]

Response structure. Fields:

  • Limit_Ch_1: float: Upper ACLR limit for the channels ‘+1’ and ‘-1’ Range: -80 dB to 10 dB, Unit: dB

  • Limit_Ch_2: float: Upper ACLR limit for the channels ‘+2’ and ‘-2’ Range: -80 dB to 10 dB, Unit: dB

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

Configures upper limits for the measured ACLR values.

return:

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

set(limit_ch_1: float, limit_ch_2: float) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:ACP:LIMit:ACLR
driver.configure.gprfMeasurement.acp.limit.aclr.set(limit_ch_1 = 1.0, limit_ch_2 = 1.0)

Configures upper limits for the measured ACLR values.

param limit_ch_1:

Upper ACLR limit for the channels ‘+1’ and ‘-1’ Range: -80 dB to 10 dB, Unit: dB

param limit_ch_2:

Upper ACLR limit for the channels ‘+2’ and ‘-2’ Range: -80 dB to 10 dB, Unit: dB