Aclr

SCPI Command :

CONFigure:NRMMw:MEASurement<Instance>:LIST:SEGMent<no>: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: Enable or disable the measurement of ACLR results.

get(sEGMent=SEGMent.Default) AclrStruct[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:LIST:SEGMent<no>:ACLR
value: AclrStruct = driver.configure.nrMmwMeas.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, sEGMent=SEGMent.Default) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:LIST:SEGMent<no>:ACLR
driver.configure.nrMmwMeas.listPy.segment.aclr.set(aclr_statistics = 1, aclr_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:

Enable or disable the measurement of ACLR results.

param sEGMent:

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