Stype
SCPI Command :
[SENSe]:SSEarch:STYPe
- class StypeCls[source]
Stype commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.MeasurementType [source]
# SCPI: [SENSe]:SSEarch:STYPe value: enums.MeasurementType = driver.applications.k50Spurious.sense.ssearch.stype.get()
Defines the type of measurement to be configured and performed.
- return
type_py: WIDE | DIRected WIDE A measurement with a large span to detect any possible spurs in the entire frequency span of an input signal. This measurement is useful if you have little or no knowledge of the current input signal or where to expect spurs, and require an overview. DIRected A measurement performed at predefined discrete frequencies with settings optimized for the current signal and noise levels at those frequencies. This measurement is targeted at determining the precise level and exact frequency of spurs that are basically already known or expected.
- set(type_py: RsFsw.enums.MeasurementType) None [source]
# SCPI: [SENSe]:SSEarch:STYPe driver.applications.k50Spurious.sense.ssearch.stype.set(type_py = enums.MeasurementType.DIRected)
Defines the type of measurement to be configured and performed.
- param type_py
WIDE | DIRected WIDE A measurement with a large span to detect any possible spurs in the entire frequency span of an input signal. This measurement is useful if you have little or no knowledge of the current input signal or where to expect spurs, and require an overview. DIRected A measurement performed at predefined discrete frequencies with settings optimized for the current signal and noise levels at those frequencies. This measurement is targeted at determining the precise level and exact frequency of spurs that are basically already known or expected.