Enable

SCPI Command :

MEASurement<*>:IMPRecise:STATus:ENABle
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measIndex=MeasIndex.Default) bool[source]
# MEASurement<*>:IMPRecise:STATus:ENABle
value: bool = driver.measurement.imprecise.status.enable.get(measIndex = repcap.MeasIndex.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:

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

Returns:

value: bit dependent, comma-separated values

set(value: bool, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:IMPRecise:STATus:ENABle
driver.measurement.imprecise.status.enable.set(value = False, measIndex = repcap.MeasIndex.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

  • measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)