Stop

SCPI Command :

SENSe<CH>:[POWer]:SWEep:FREQuency:[SENSor]:SRANge:STOP
class StopCls[source]

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

get(channel=Channel.Default) int[source]
# SCPI: SENSe<CH>:[POWer]:SWEep:FREQuency:[SENSor]:SRANge:STOP
value: int = driver.sense.power.sweep.frequency.sensor.srange.stop.get(channel = repcap.Channel.Default)

Sets the stop frequency for the frequency power analysis with separate frequencies.

param channel:

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

return:

stop: integer Range: 0 to 1E12

set(stop: int, channel=Channel.Default) None[source]
# SCPI: SENSe<CH>:[POWer]:SWEep:FREQuency:[SENSor]:SRANge:STOP
driver.sense.power.sweep.frequency.sensor.srange.stop.set(stop = 1, channel = repcap.Channel.Default)

Sets the stop frequency for the frequency power analysis with separate frequencies.

param stop:

integer Range: 0 to 1E12

param channel:

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