Enable

SCPI Command:

CONFigure:GPRF:MEASurement<Instance>:ACP:LIMit:ENABle
class EnableCls[source]

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

class EnableStruct[source]

Response structure. Fields:

  • Enable_Ch_0: bool: OFF | ON Absolute power limit checks for the designated channel ‘0’

  • Enable_Ch_1: bool: OFF | ON ACLR limit check for the neighbor channels ‘+1’ and ‘-1’

  • Enable_Ch_2: bool: OFF | ON ACLR limit check for the neighbor channels ‘+2’ and ‘-2’

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

Enables or disables the ACLR and power limit checks.

return:

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

set(enable_ch_0: bool, enable_ch_1: bool, enable_ch_2: bool) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:ACP:LIMit:ENABle
driver.configure.gprfMeasurement.acp.limit.enable.set(enable_ch_0 = False, enable_ch_1 = False, enable_ch_2 = False)

Enables or disables the ACLR and power limit checks.

param enable_ch_0:

OFF | ON Absolute power limit checks for the designated channel ‘0’

param enable_ch_1:

OFF | ON ACLR limit check for the neighbor channels ‘+1’ and ‘-1’

param enable_ch_2:

OFF | ON ACLR limit check for the neighbor channels ‘+2’ and ‘-2’