Enable
SCPI Command :
CHANnel<*>:OVERload:STATus:ENABle
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channel=Channel.Default) bool[source]
# CHANnel<*>:OVERload:STATus:ENABle value: bool = driver.channel.overload.status.enable.get(channel = repcap.Channel.Default)
Sets the ENABle part that allows true conditions in the EVENt part to be reported for the summary bit in the status byte. These events can be used for a service request. 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. See Table ‘Source values for STATus:QUEStionable:…:[:EVENt] and STATus:QUEStionable:…:[:ENABLe]’ for a list of the return values.
- Parameters:
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)
- Returns:
value: bit dependent, comma-separated values
- set(value: bool, channel=Channel.Default) None[source]
# CHANnel<*>:OVERload:STATus:ENABle driver.channel.overload.status.enable.set(value = False, channel = repcap.Channel.Default)
Sets the ENABle part that allows true conditions in the EVENt part to be reported for the summary bit in the status byte. These events can be used for a service request. 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. See Table ‘Source values for STATus:QUEStionable:…:[:EVENt] and STATus:QUEStionable:…:[:ENABLe]’ for a list of the return values.
- Parameters:
value – bit dependent, comma-separated values
channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)