SeMask

SCPI Command :

CONFigure:LTE: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: integer Statistical length in slots. Range: 1 to 1000

  • Se_Enable: bool: OFF | ON 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: bool: OFF | ON Enable or disable measurement of occupied bandwidth.

  • Sem_Enable: bool: OFF | ON Enable or disable measurement of spectrum emission trace and margin results.

get(segment=Segment.Default) SeMaskStruct[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:SEMask
value: SeMaskStruct = driver.configure.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, se_enable: bool, obw_enable: bool, sem_enable: bool, segment=Segment.Default) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:SEMask
driver.configure.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>.

param sem_statistics:

integer Statistical length in slots. Range: 1 to 1000

param se_enable:

OFF | ON 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.

param obw_enable:

OFF | ON Enable or disable measurement of occupied bandwidth.

param sem_enable:

OFF | ON Enable or disable measurement of spectrum emission trace and margin results.

param segment:

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