Enable

SCPI Commands :

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

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

class EnableStruct[source]

Response structure. Fields:

  • Utra_1: bool: No parameter help available

  • Utra_2: bool: No parameter help available

  • Nr: bool: No parameter help available

get() EnableStruct[source]
# SCPI: 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.

return:

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

get_endc() bool[source]
# SCPI: 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.

return:

endc: No help available

set(utra_1: bool, utra_2: bool, nr: bool) None[source]
# SCPI: 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.

param utra_1:

No help available

param utra_2:

No help available

param nr:

No help available

set_endc(endc: bool) None[source]
# SCPI: 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.

param endc:

No help available