Mspur
SCPI Command :
[SENSe]:SSEarch:MSPur
- class MspurCls[source]
Mspur commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.SpurType [source]
# SCPI: [SENSe]:SSEarch:MSPur value: enums.SpurType = driver.applications.k50Spurious.sense.ssearch.mspur.get()
Defines the condition for matching the measured to the predicted spurs.
- return
type_py: DMINimum | PMAXimum DMINimum If multiple measured spurs are inside the tolerance range around a predicted spur, the measured spur closest to the predicted spur is identified as the predicted. PMAXimum If multiple measured spurs are inside the tolerance range around a predicted spur, the measured spur with the highest power will be identified as the predicted.
- set(type_py: RsFsw.enums.SpurType) None [source]
# SCPI: [SENSe]:SSEarch:MSPur driver.applications.k50Spurious.sense.ssearch.mspur.set(type_py = enums.SpurType.DMINimum)
Defines the condition for matching the measured to the predicted spurs.
- param type_py
DMINimum | PMAXimum DMINimum If multiple measured spurs are inside the tolerance range around a predicted spur, the measured spur closest to the predicted spur is identified as the predicted. PMAXimum If multiple measured spurs are inside the tolerance range around a predicted spur, the measured spur with the highest power will be identified as the predicted.