Stop

SCPI Commands

SENSe:LIST:RANGe<RangePy>: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)

This command defines the stop frequency of a wide search measurement range. The stop frequency must be higher than the start frequency for the same range.

param rangePy

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

return

stop: Range: 0 to max. frequency , Unit: HZ

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)

This command defines the stop frequency of a wide search measurement range. The stop frequency must be higher than the start frequency for the same range.

param stop

Range: 0 to max. frequency , Unit: HZ

param rangePy

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