Ptransition
SCPI Command :
STATus:QUEStionable:PTRansition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() int[source]
# STATus:QUEStionable:PTRansition value: int = driver.status.questionable.ptransition.get()
These commands control the Positive TRansition part of a register. Setting a bit causes a 0 to 1 transition in the corresponding bit of the associated register. The transition also writes a 1 into the associated bit of the corresponding EVENt register.
- set(summary_bit: int) None[source]
# STATus:QUEStionable:PTRansition driver.status.questionable.ptransition.set(summary_bit = 1)
These commands control the Positive TRansition part of a register. Setting a bit causes a 0 to 1 transition in the corresponding bit of the associated register. The transition also writes a 1 into the associated bit of the corresponding EVENt register.