Enable

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:SPECtrum:ACLR:ENABle
class EnableCls[source]

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

class EnableStruct[source]

Response structure. Fields:

  • Utra_1: bool: OFF | ON

  • Utra_2: bool: OFF | ON

  • Eutra: bool: OFF | ON

get() EnableStruct[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:SPECtrum:ACLR:ENABle
value: EnableStruct = driver.configure.multiEval.spectrum.aclr.enable.get()

Enables or disables the evaluation of the first adjacent UTRA channels, second adjacent UTRA channels and first adjacent E-UTRA channels.

return:

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

set(utra_1: bool, utra_2: bool, eutra: bool) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:SPECtrum:ACLR:ENABle
driver.configure.multiEval.spectrum.aclr.enable.set(utra_1 = False, utra_2 = False, eutra = False)

Enables or disables the evaluation of the first adjacent UTRA channels, second adjacent UTRA channels and first adjacent E-UTRA channels.

param utra_1:

OFF | ON

param utra_2:

OFF | ON

param eutra:

OFF | ON