Ptransition

SCPI Command :

STATus:QUEStionable:LMARgin<1|2|3|4>:PTRansition
class PtransitionCls[source]

Ptransition commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class PtransitionStruct[source]

Response structure. Fields:

  • Summary_Bit: int: No parameter help available

  • Channel_Name: str: String containing the name of the channel. The parameter is optional. If you omit it, the command works for the currently active channel.

get(window=Window.Default) PtransitionStruct[source]
# SCPI: STATus:QUEStionable:LMARgin<1|2|3|4>:PTRansition
value: PtransitionStruct = driver.status.questionable.lmargin.ptransition.get(window = repcap.Window.Default)

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.

param window

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

return

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

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

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.

param summary_bit

No help available

param channel_name

String containing the name of the channel. The parameter is optional. If you omit it, the command works for the currently active channel.

param window

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