State
SCPI Command :
SENSe<CH>:[POWer]:DISPlay:PERManent:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channel=Channel.Default) bool[source]
# SENSe<CH>:[POWer]:DISPlay:PERManent:STATe value: bool = driver.sense.power.display.permanent.state.get(channel = repcap.Channel.Default)
Activates the permanent display of the measured power level results. The instrument also indicates the sensor type, the connection, the measurement source and the offset if set.
- 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]:DISPlay:PERManent:STATe driver.sense.power.display.permanent.state.set(state = False, channel = repcap.Channel.Default)
Activates the permanent display of the measured power level results. The instrument also indicates the sensor type, the connection, the measurement source and the offset if set.
- Parameters:
state – 1 | ON | 0| OFF
channel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)