Ntransition

SCPI Command :

STATus:QUEStionable:LMARgin<1|2|3|4>:NTRansition
Commands in total: 1
Subgroups: 0
Direct 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(window=Window.Default) NtransitionStruct[source]
# STATus:QUEStionable:LMARgin<1 | 2|3 | 4>:NTRansition
value: NtransitionStruct = driver.status.questionable.lmargin.ntransition.get(window = repcap.Window.Default)

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.

Parameters:

window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lmargin’)

Returns:

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

set(summary_bit: int, app_name: str = None, window=Window.Default) None[source]
# STATus:QUEStionable:LMARgin<1 | 2|3 | 4>:NTRansition
driver.status.questionable.lmargin.ntransition.set(summary_bit = 1, app_name = 'abc', window = repcap.Window.Default)

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.

Parameters:

window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Lmargin’)