Enable
SCPI Command :
STATus:OPERation:ENABle
- class EnableCls[source]
- Enable commands group definition. 1 total commands, 0 Subgroups, 1 group commands - get() int[source]
- # SCPI: STATus:OPERation:ENABle value: int = driver.status.operation.enable.get() - 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. - return
- summary_bit: No help available 
 
 - set(summary_bit: int) None[source]
- # SCPI: STATus:OPERation:ENABle driver.status.operation.enable.set(summary_bit = 1) - 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. - param summary_bit
- No help available