Enable

SCPI Command :

STATus:QUEStionable:LIMit<1|2|3|4>:ENABle
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class EnableStruct[source]

Response structure. Fields:

  • 1 Summary_Bit: int: No parameter help available

  • 2 App_Name: str: No parameter help available

get(window=Window.Default) EnableStruct[source]
# STATus:QUEStionable:LIMit<1 | 2|3 | 4>:ENABle
value: EnableStruct = driver.status.questionable.limit.enable.get(window = repcap.Window.Default)

These commands control the ENABle part of a register. The ENABle part allows true conditions in the EVENt part of the status register to bereported in the summary bit. If a bit is 1 in the enable register and its associated event bit transitions to true, a positive transition will occur in the summary bit reported to the next higher level.

Parameters:

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

Returns:

structure: for return value, see the help for EnableStruct structure arguments.

set(summary_bit: int, app_name: str = None, window=Window.Default) None[source]
# STATus:QUEStionable:LIMit<1 | 2|3 | 4>:ENABle
driver.status.questionable.limit.enable.set(summary_bit = 1, app_name = 'abc', window = repcap.Window.Default)

These commands control the ENABle part of a register. The ENABle part allows true conditions in the EVENt part of the status register to bereported in the summary bit. If a bit is 1 in the enable register and its associated event bit transitions to true, a positive transition will occur in the summary bit reported to the next higher level.

Parameters:

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