Aclr

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:ACLR
class AclrCls[source]

Aclr commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class AclrStruct[source]

Structure for setting input parameters. Contains optional setting parameters. Fields:

  • Aclr_Statistics: int: Statistical length in slots

  • Aclr_Enable: bool: 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. the power in the assigned NR channel) . OFF: No ACLR results at all are measured. The other enable flags in this command are ignored.

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

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

  • Nr_Enable: bool: Enable or disable evaluation of first adjacent NR channels.

  • Endc_Enable: bool: Optional setting parameter. Enable or disable evaluation of adjacent channel power in EN-DC mode.

get(sEGMent=SEGMent.Default) AclrStruct[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:ACLR
value: AclrStruct = driver.configure.nrSubMeas.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(structure: AclrStruct, sEGMent=SEGMent.Default) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:ACLR
structure = driver.configure.nrSubMeas.multiEval.listPy.segment.aclr.AclrStruct()
structure.Aclr_Statistics: int = 1
structure.Aclr_Enable: bool = False
structure.Utra_1_Enable: bool = False
structure.Utra_2_Enable: bool = False
structure.Nr_Enable: bool = False
structure.Endc_Enable: bool = False
driver.configure.nrSubMeas.multiEval.listPy.segment.aclr.set(structure, sEGMent = repcap.SEGMent.Default)

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

param structure:

for set value, see the help for AclrStruct structure arguments.

param sEGMent:

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