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.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 For triggered gated measurements,only the following gate trigger sources are supported:

  • 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’)

Returns:

frequency: Numeric value. Unit: Hz

set(frequency: float, rangePy=RangePy.Default) None[source]
# [SENSe]:LIST:RANGe<ri>[:FREQuency]:STOP
driver.sense.listPy.range.frequency.stop.set(frequency = 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 For triggered gated measurements,only the following gate trigger sources are supported:

  • 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:
  • frequency – Numeric value. Unit: Hz

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