Ptransition

SCPI Command :

STATus:QUEStionable:EXTended:INFO:PTRansition
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class PtransitionStruct[source]

Response structure. Fields:

  • 1 Summary_Bit: int: No parameter help available

  • 2 App_Name: str: No parameter help available

get() PtransitionStruct[source]
# STATus:QUEStionable:EXTended:INFO:PTRansition
value: PtransitionStruct = driver.status.questionable.extended.info.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.

Returns:

structure: for return value, see the help for PtransitionStruct structure arguments.

set(summary_bit: int, app_name: str = None) None[source]
# STATus:QUEStionable:EXTended:INFO:PTRansition
driver.status.questionable.extended.info.ptransition.set(summary_bit = 1, app_name = 'abc')

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.