Enable
SCPI Command :
CONFigure:NIOT: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: bool: No parameter help available
Gsm: bool: No parameter help available
- get() EnableStruct[source]
# SCPI: CONFigure:NIOT:MEASurement<Instance>:MEValuation:SPECtrum:ACLR:ENABle value: EnableStruct = driver.configure.niotMeas.multiEval.spectrum.aclr.enable.get()
Enables or disables the evaluation of the adjacent UTRA channels and the adjacent GSM channels.
- return:
structure: for return value, see the help for EnableStruct structure arguments.
- set(utra: bool, gsm: bool) None[source]
# SCPI: CONFigure:NIOT:MEASurement<Instance>:MEValuation:SPECtrum:ACLR:ENABle driver.configure.niotMeas.multiEval.spectrum.aclr.enable.set(utra = False, gsm = False)
Enables or disables the evaluation of the adjacent UTRA channels and the adjacent GSM channels.
- param utra:
No help available
- param gsm:
No help available