Aclr
SCPI Command :
CONFigure:NIOT:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:ACLR
- class AclrCls[source]
Aclr commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class AclrStruct[source]
Response structure. Fields:
Aclr_Statistics: int: Statistical length in slots
- Aclr_Enable: bool: Enables or disables the measurement of ACLR results
ON: ACLR results are measured according to the other enable flags in this command. ACLR results for which there is no explicit enable flag are also measured (e.g. power in the NB-IoT channel) .
OFF: No ACLR results at all are measured. The other enable flags in this command are ignored.
Utra_Enable: bool: Enables or disables the evaluation of adjacent UTRA channels
Gsm_Enable: bool: Enables or disables the evaluation of adjacent GSM channels
- get(segment=Segment.Default) AclrStruct[source]
# SCPI: CONFigure:NIOT:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:ACLR value: AclrStruct = driver.configure.niotMeas.multiEval.listPy.segment.aclr.get(segment = repcap.Segment.Default)
Defines settings for ACLR measurements in list mode for segment <no>.
- param segment:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)
- return:
structure: for return value, see the help for AclrStruct structure arguments.
- set(aclr_statistics: int, aclr_enable: bool, utra_enable: bool, gsm_enable: bool, segment=Segment.Default) None[source]
# SCPI: CONFigure:NIOT:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:ACLR driver.configure.niotMeas.multiEval.listPy.segment.aclr.set(aclr_statistics = 1, aclr_enable = False, utra_enable = False, gsm_enable = False, segment = repcap.Segment.Default)
Defines settings for ACLR measurements in list mode for segment <no>.
- param aclr_statistics:
Statistical length in slots
- param aclr_enable:
Enables or disables the measurement of ACLR results - ON: ACLR results are measured according to the other enable flags in this command. ACLR results for which there is no explicit enable flag are also measured (e.g. power in the NB-IoT channel) . - OFF: No ACLR results at all are measured. The other enable flags in this command are ignored.
- param utra_enable:
Enables or disables the evaluation of adjacent UTRA channels
- param gsm_enable:
Enables or disables the evaluation of adjacent GSM channels
- param segment:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)