Start

SCPI Command :

[SENSe]:LIST:RANGe<ri>[:FREQuency]:STARt
class StartCls[source]

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

get(rangePy=RangePy.Default) float[source]
# SCPI: [SENSe]:LIST:RANGe<ri>[:FREQuency]:STARt
value: float = driver.applications.k50Spurious.sense.listPy.range.frequency.start.get(rangePy = repcap.RangePy.Default)

Defines the start 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

start: No help available

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

Defines the start 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 start

No help available

param rangePy

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