Device

SCPI Command :

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

Queries if a sensor is connected to the instrument.

Parameters:

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

Returns:

status: 1 | ON | 0| OFF