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: OFF | ON
Utra_2: bool: OFF | ON
Nr: bool: OFF | ON
- 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: OFF | ON
- 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:
OFF | ON
- param utra_2:
OFF | ON
- param nr:
OFF | ON
- 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:
OFF | ON