Ntransition

SCPI Command :

STATus:OPERation:NTRansition
Commands in total: 1
Subgroups: 0
Direct 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.