Device
SCPI Command :
SENSe<CH>:[POWer]:STATus:[DEVice]
- class DeviceCls[source]
Device commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(channel=Channel.Default) bool [source]
# SCPI: 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.
- param channel
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)
- return
status: 1| ON| 0| OFF