Continuous

SCPI Command :

INITiate<HW>:FSWeep:CONTinuous
class ContinuousCls[source]

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

get(channel=Channel.Default) bool[source]
# SCPI: INITiate<HW>:FSWeep:CONTinuous
value: bool = driver.initiate.freqSweep.continuous.get(channel = repcap.Channel.Default)

No command help available

param channel

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

return

freq_sweep_state: No help available

set(freq_sweep_state: bool, channel=Channel.Default) None[source]
# SCPI: INITiate<HW>:FSWeep:CONTinuous
driver.initiate.freqSweep.continuous.set(freq_sweep_state = False, channel = repcap.Channel.Default)

No command help available

param freq_sweep_state

No help available

param channel

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