SeMask
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:SEMask
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class SeMaskStruct[source]
Response structure. Fields:
1 Sem_Statistics: int: Statistical length in slots
2 Se_Enable: bool: Enable or disable the measurement of spectrum emission results. ON: Spectrum emission results are measured according to the other …enable flags in this command. Results for which there is no explicit enable flag are also measured. OFF: No spectrum emission results at all are measured. The other enable flags in this command are ignored.
3 Obw_Enable: bool: Enable or disable measurement of occupied bandwidth.
4 Sem_Enable: bool: Enable or disable measurement of spectrum emission trace and margin results.
- get(sEGMent=SEGMent.Default) SeMaskStruct[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:SEMask value: SeMaskStruct = driver.configure.nrSubMeas.multiEval.listPy.segment.seMask.get(sEGMent = repcap.SEGMent.Default)
Defines settings for spectrum emission measurements in list mode for segment <no>.
- Parameters:
sEGMent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)
- Returns:
structure: for return value, see the help for SeMaskStruct structure arguments.
- set(sem_statistics: int, se_enable: bool, obw_enable: bool, sem_enable: bool, sEGMent=SEGMent.Default) None[source]
# CONFigure:NRSub:MEASurement<Instance>:MEValuation:LIST:SEGMent<no>:SEMask driver.configure.nrSubMeas.multiEval.listPy.segment.seMask.set(sem_statistics = 1, se_enable = False, obw_enable = False, sem_enable = False, sEGMent = repcap.SEGMent.Default)
Defines settings for spectrum emission measurements in list mode for segment <no>.
- Parameters:
sem_statistics – Statistical length in slots
se_enable – Enable or disable the measurement of spectrum emission results. ON: Spectrum emission results are measured according to the other …enable flags in this command. Results for which there is no explicit enable flag are also measured. OFF: No spectrum emission results at all are measured. The other enable flags in this command are ignored.
obw_enable – Enable or disable measurement of occupied bandwidth.
sem_enable – Enable or disable measurement of spectrum emission trace and margin results.
sEGMent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)