Ntransition
SCPI Command :
STATus:QUEStionable:TEMPerature:NTRansition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class NtransitionStruct[source]
Response structure. Fields:
1 Summary_Bit: int: No parameter help available
2 App_Name: str: No parameter help available
- get() NtransitionStruct[source]
# STATus:QUEStionable:TEMPerature:NTRansition value: NtransitionStruct = driver.status.questionable.temperature.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.
- Returns:
structure: for return value, see the help for NtransitionStruct structure arguments.
- set(summary_bit: int, app_name: str = None) None[source]
# STATus:QUEStionable:TEMPerature:NTRansition driver.status.questionable.temperature.ntransition.set(summary_bit = 1, app_name = 'abc')
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.