Enable

SCPI Commands

STATus:OPERation: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:OPERation:INSTrument:ISUMmary<Channel>:ENABle
value: int = driver.status.operation.instrument.isummary.enable.get(channel = repcap.Channel.Default)

Controls or queries the ENABle part of the STATus:OPERation register. The ENABle defines which events in the EVENt part of the status register are forwarded to the OPERation summary bit (bit 7) of the status byte. The status byte can be used to create a service request.

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:OPERation:INSTrument:ISUMmary<Channel>:ENABle
driver.status.operation.instrument.isummary.enable.set(arg_0 = 1, channel = repcap.Channel.Default)

Controls or queries the ENABle part of the STATus:OPERation register. The ENABle defines which events in the EVENt part of the status register are forwarded to the OPERation summary bit (bit 7) of the status byte. The status byte can be used to create a service request.

param arg_0

No help available

param channel

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