SeMask

SCPI Command :

CONFigure:NRMMw:MEASurement<Instance>:LIST:SEGMent<no>:SEMask
class SeMaskCls[source]

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

class SeMaskStruct[source]

Response structure. Fields:

  • Sem_Statistics: int: Statistical length in slots

  • Sem_Enable: bool: Enable or disable the measurement of spectrum emission results.

get(sEGMent=SEGMent.Default) SeMaskStruct[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:LIST:SEGMent<no>:SEMask
value: SeMaskStruct = driver.configure.nrMmwMeas.listPy.segment.seMask.get(sEGMent = repcap.SEGMent.Default)

Defines settings for spectrum emission 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 SeMaskStruct structure arguments.

set(sem_statistics: int, sem_enable: bool, sEGMent=SEGMent.Default) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>:LIST:SEGMent<no>:SEMask
driver.configure.nrMmwMeas.listPy.segment.seMask.set(sem_statistics = 1, sem_enable = False, sEGMent = repcap.SEGMent.Default)

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

param sem_statistics:

Statistical length in slots

param sem_enable:

Enable or disable the measurement of spectrum emission results.

param sEGMent:

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