Start

SCPI Command :

SENSe<CH>:[POWer]:SWEep:FREQuency:[SENSor]:SRANge:STARt
class StartCls[source]

Start 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:STARt
value: int = driver.sense.power.sweep.frequency.sensor.srange.start.get(channel = repcap.Channel.Default)

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

param channel:

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

return:

start: integer Range: 0 to 1E12

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

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

param start:

integer Range: 0 to 1E12

param channel:

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