Enable

SCPI Commands

STATus:QUEStionable:INSTrument:ISUMmary<Channel>:ENABle
class EnableCls[source]

Enable commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(channel=Channel.Default) int[source]
# SCPI: STATus:QUEStionable:INSTrument:ISUMmary<Channel>:ENABle
value: int = driver.status.questionable.instrument.isummary.enable.get(channel = repcap.Channel.Default)

Sets or queries the enable mask that allows true conditions in the EVENt part to be reported in the summary bit. If a bit in the ENABle part is 1, and the corresponding EVENt bit is true, a positive transition occurs in the summary bit. This transition is reported to the next higher level.

param channel

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

return

arg_0: No help available

set(arg_0: int, channel=Channel.Default) None[source]
# SCPI: STATus:QUEStionable:INSTrument:ISUMmary<Channel>:ENABle
driver.status.questionable.instrument.isummary.enable.set(arg_0 = 1, channel = repcap.Channel.Default)

Sets or queries the enable mask that allows true conditions in the EVENt part to be reported in the summary bit. If a bit in the ENABle part is 1, and the corresponding EVENt bit is true, a positive transition occurs in the summary bit. This transition is reported to the next higher level.

param arg_0

Bit mask in decimal representation

param channel

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