Mspur

SCPI Command :

[SENSe]:SSEarch:MSPur
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() SpurType[source]
# [SENSe]:SSEarch:MSPur
value: enums.SpurType = driver.applications.k50Spurious.sense.ssearch.mspur.get()

Defines the condition for matching the measured to the predicted spurs.

Returns:

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: SpurType) None[source]
# [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.

Parameters:

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.