Enable

SCPI Command :

STATus:QUEStionable:SYNC:ENABle
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class EnableStruct[source]

Response structure. Fields:

  • 1 Bit_Definition: int: Range: 0 to 65535

  • 2 App_Name: str: No parameter help available

get() EnableStruct[source]
# STATus:QUEStionable:SYNC:ENABle
value: EnableStruct = driver.status.questionable.sync.enable.get()

Controls the ENABle part of a register. The ENABle part allows true conditions in the EVENt part of the status register to be reported 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.

Returns:

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

set(bit_definition: int, app_name: str = None) None[source]
# STATus:QUEStionable:SYNC:ENABle
driver.status.questionable.sync.enable.set(bit_definition = 1, app_name = 'abc')

Controls the ENABle part of a register. The ENABle part allows true conditions in the EVENt part of the status register to be reported 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:
  • bit_definition – Range: 0 to 65535

  • app_name – String containing the name of the channel. The parameter is optional. If you omit it, the command works for the currently active channel.