Start

SCPI Commands

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

This command defines the start frequency of a wide search measurement range. Subsequent ranges must be defined in ascending order of frequencies; however, gaps between ranges are possible.

param rangePy

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

return

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

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)

This command defines the start frequency of a wide search measurement range. Subsequent ranges must be defined in ascending order of frequencies; however, gaps between ranges are possible.

param start

Range: 0 to max. frequency , Unit: HZ

param rangePy

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