Continuous

SCPI Command :

INITiate<HW>:PSWeep: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>:PSWeep:CONTinuous
value: bool = driver.initiate.psweep.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

sw_pow_init_state: No help available

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

No command help available

param sw_pow_init_state

No help available

param channel

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