Continuous

SCPI Command :

INITiate<HW>:[POWer]: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>:[POWer]:CONTinuous
value: bool = driver.initiate.power.continuous.get(channel = repcap.Channel.Default)

Switches the local state of the continuous power measurement by R&S NRP power sensors on and off. Switching off local state enhances the measurement performance during remote control. The remote measurement is triggered with method RsAreg. Read.Power.get_) . This command also returns the measurement results. The local state is not affected, measurement results can be retrieved with local state on or off.

param channel:

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

return:

continuous: 0| 1| OFF| ON

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

Switches the local state of the continuous power measurement by R&S NRP power sensors on and off. Switching off local state enhances the measurement performance during remote control. The remote measurement is triggered with method RsAreg. Read.Power.get_) . This command also returns the measurement results. The local state is not affected, measurement results can be retrieved with local state on or off.

param continuous:

0| 1| OFF| ON

param channel:

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