State

SCPI Command :

SENSe<CH>:[POWer]:LOGGing:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channel=Channel.Default) bool[source]
# SENSe<CH>:[POWer]:LOGGing:STATe
value: bool = driver.sense.power.logging.state.get(channel = repcap.Channel.Default)

Activates the recording of the power values, measured by a connected R&S NRP power sensor.

Parameters:

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

Returns:

state: 1 | ON | 0| OFF

set(state: bool, channel=Channel.Default) None[source]
# SENSe<CH>:[POWer]:LOGGing:STATe
driver.sense.power.logging.state.set(state = False, channel = repcap.Channel.Default)

Activates the recording of the power values, measured by a connected R&S NRP power sensor.

Parameters:
  • state – 1 | ON | 0| OFF

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