Enable

SCPI Commands :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:SPECtrum:ACLR:ENABle
CONFigure:NRSub:MEASurement<Instance>:MEValuation:SPECtrum:ACLR:ENABle:ENDC
Commands in total: 2
Subgroups: 0
Direct child commands: 2
class EnableStruct[source]

Response structure. Fields:

  • 1 Utra_1: bool: OFF | ON

  • 2 Utra_2: bool: OFF | ON

  • 3 Nr: bool: OFF | ON

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

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

Returns:

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

get_endc() bool[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:SPECtrum:ACLR:ENABle:ENDC
value: bool = driver.configure.nrSubMeas.multiEval.spectrum.aclr.enable.get_endc()

Enables or disables the evaluation of the adjacent channel power in EN-DC mode.

Returns:

endc: OFF | ON

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

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

Parameters:
  • utra_1 – OFF | ON

  • utra_2 – OFF | ON

  • nr – OFF | ON

set_endc(endc: bool) None[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:SPECtrum:ACLR:ENABle:ENDC
driver.configure.nrSubMeas.multiEval.spectrum.aclr.enable.set_endc(endc = False)

Enables or disables the evaluation of the adjacent channel power in EN-DC mode.

Parameters:

endc – OFF | ON