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.sense.listPy.range.frequency.stop.get(rangePy = repcap.RangePy.Default)

This command queries the stop frequency offset of a half decade.

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]:STOP
driver.sense.listPy.range.frequency.stop.set(frequency = 1.0, rangePy = repcap.RangePy.Default)

This command queries the stop frequency offset of a half decade.

param frequency

numeric value Unit: Hz

param rangePy

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