Ptransition
SCPI Command :
STATus:QUEStionable:SYNC:PTRansition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class PtransitionStruct[source]
Response structure. Fields:
1 Bit_Definition: int: Range: 0 to 65535
2 App_Name: str: No parameter help available
- get() PtransitionStruct[source]
# STATus:QUEStionable:SYNC:PTRansition value: PtransitionStruct = driver.status.questionable.sync.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(bit_definition: int, app_name: str = None) None[source]
# STATus:QUEStionable:SYNC:PTRansition driver.status.questionable.sync.ptransition.set(bit_definition = 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.
- Parameters:
bit_definition – Range: 0 to 65535
app_name – String containing the name of the channel. The parameter is optional. If you omit it, the command works for the currently active channel.