Ntransition
SCPI Command :
STATus:OPERation:NTRansition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() int[source]
# STATus:OPERation:NTRansition value: int = driver.status.operation.ntransition.get()
These commands control the Negative TRansition part of a register. Setting a bit causes a 1 to 0 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:OPERation:NTRansition driver.status.operation.ntransition.set(summary_bit = 1)
These commands control the Negative TRansition part of a register. Setting a bit causes a 1 to 0 transition in the corresponding bit of the associated register. The transition also writes a 1 into the associated bit of the corresponding EVENt register.