Stop

SCPI Command :

[SENSe]:LIST:RANGe<ri>[:FREQuency]:STOP
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(rangePy=RangePy.Default) float[source]
# [SENSe]:LIST:RANGe<ri>[:FREQuency]:STOP
value: float = driver.applications.k50Spurious.sense.listPy.range.frequency.stop.get(rangePy = repcap.RangePy.Default)

Defines the stop frequency of a spurious emission measurement range. Make sure to set an appropriate span. If you set a span that is In Spectrum mode only:

  • smaller than the span the sweep list covers, the FSW will not measure the ranges that are outside the span - results may be invalid.

  • greater than the span the sweep list covers, the FSW will adjust the start frequency of the first range and the stop frequency of the last range to the span

For more information see’Spurious emissions measurement’ .

Parameters:

rangePy – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)

set(stop: float, rangePy=RangePy.Default) None[source]
# [SENSe]:LIST:RANGe<ri>[:FREQuency]:STOP
driver.applications.k50Spurious.sense.listPy.range.frequency.stop.set(stop = 1.0, rangePy = repcap.RangePy.Default)

Defines the stop frequency of a spurious emission measurement range. Make sure to set an appropriate span. If you set a span that is In Spectrum mode only:

  • smaller than the span the sweep list covers, the FSW will not measure the ranges that are outside the span - results may be invalid.

  • greater than the span the sweep list covers, the FSW will adjust the start frequency of the first range and the stop frequency of the last range to the span

For more information see’Spurious emissions measurement’ .

Parameters:

rangePy – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)