SeMask
SCPI Command :
CONFigure:NIOT:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>: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: Enables or disables the measurement of spectrum emission trace and margin results
- get(segment=Segment.Default) SeMaskStruct[source]
# SCPI: CONFigure:NIOT:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:SEMask value: SeMaskStruct = driver.configure.niotMeas.multiEval.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:NIOT:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:SEMask driver.configure.niotMeas.multiEval.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:
Enables or disables the measurement of spectrum emission trace and margin results
- param segment:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)