Stop
SCPI Command :
[SENSe]:LIST:RANGe<ri>[:FREQuency]:STOP
- class StopCls[source]
Stop commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(rangePy=RangePy.Default) float [source]
# SCPI: [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
INTRO_CMD_HELP: 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’ .
- param rangePy
optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)
- return
stop: No help available
- set(stop: float, rangePy=RangePy.Default) None [source]
# SCPI: [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
INTRO_CMD_HELP: 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’ .
- param stop
No help available
- param rangePy
optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)