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.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: 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’ .
- param rangePy
optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)
- return
frequency: Numeric value. Unit: Hz
- set(frequency: float, rangePy=RangePy.Default) None [source]
# SCPI: [SENSe]:LIST:RANGe<ri>[:FREQuency]:STARt driver.sense.listPy.range.frequency.start.set(frequency = 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: 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’ .
- param frequency
Numeric value. Unit: Hz
- param rangePy
optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Range’)