Aclr

SCPI Command :

CONFigure:LTE: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: integer Statistical length in slots Range: 1 to 1000

  • Aclr_Enable: bool: OFF | ON Enable or disable 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 assigned E-UTRA channel) . OFF: No ACLR results at all are measured. The other enable flags in this command are ignored.

  • Utra_1_Enable: bool: OFF | ON Enable or disable evaluation of first adjacent UTRA channels.

  • Utra_2_Enable: bool: OFF | ON Enable or disable evaluation of second adjacent UTRA channels.

  • Eutra_Enable: bool: OFF | ON Enable or disable evaluation of first adjacent E-UTRA channels.

get(segment=Segment.Default) AclrStruct[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:ACLR
value: AclrStruct = driver.configure.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_1_enable: bool, utra_2_enable: bool, eutra_enable: bool, segment=Segment.Default) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:ACLR
driver.configure.multiEval.listPy.segment.aclr.set(aclr_statistics = 1, aclr_enable = False, utra_1_enable = False, utra_2_enable = False, eutra_enable = False, segment = repcap.Segment.Default)

Defines settings for ACLR measurements in list mode for segment <no>.

param aclr_statistics:

integer Statistical length in slots Range: 1 to 1000

param aclr_enable:

OFF | ON Enable or disable 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 assigned E-UTRA channel) . OFF: No ACLR results at all are measured. The other enable flags in this command are ignored.

param utra_1_enable:

OFF | ON Enable or disable evaluation of first adjacent UTRA channels.

param utra_2_enable:

OFF | ON Enable or disable evaluation of second adjacent UTRA channels.

param eutra_enable:

OFF | ON Enable or disable evaluation of first adjacent E-UTRA channels.

param segment:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)