Stype

SCPI Command :

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

Defines the type of measurement to be configured and performed.

Returns:

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

Parameters:

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.