Srange

SCPI Commands

SENSe:CREFerence:SRANge
class SrangeCls[source]

Srange commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() SearchRange[source]
# SCPI: [SENSe]:CREFerence:SRANge
value: enums.SearchRange = driver.applications.k50Spurious.sense.creference.srange.get()

Determines the search area for the automatic carrier measurement function.

return

search_range: GMAXimum | RMAXimum GMAXimum Global maximum: The maximum peak in the entire measurement span is determined. RMAXimum Range maximum: The maximum peak is searched only in the specified range.

set(search_range: SearchRange) None[source]
# SCPI: [SENSe]:CREFerence:SRANge
driver.applications.k50Spurious.sense.creference.srange.set(search_range = enums.SearchRange.GMAXimum)

Determines the search area for the automatic carrier measurement function.

param search_range

GMAXimum | RMAXimum GMAXimum Global maximum: The maximum peak in the entire measurement span is determined. RMAXimum Range maximum: The maximum peak is searched only in the specified range.