Continuous
SCPI Command :
INITiate<HW>:[POWer]:CONTinuous
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channel=Channel.Default) bool[source]
# 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
RsSmw.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.- Parameters:
channel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Initiate’)
- Returns:
continuous: 1 | ON | 0| OFF
- set(continuous: bool, channel=Channel.Default) None[source]
# 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
RsSmw.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.- Parameters:
continuous – 1 | ON | 0| OFF
channel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Initiate’)