Ptransition

SCPI Commands

STATus:QUEStionable:INSTrument:ISUMmary<Channel>:PTRansition
class PtransitionCls[source]

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

get(channel=Channel.Default) int[source]
# SCPI: STATus:QUEStionable:INSTrument:ISUMmary<Channel>:PTRansition
value: int = driver.status.questionable.instrument.isummary.ptransition.get(channel = repcap.Channel.Default)

Sets or queries the positive transition filter. Setting a bit in the positive transition filter shall cause a 0 to 1 transition in the corresponding bit of the associated condition register to cause a 1 to be written in the associated bit of the corresponding event register.

param channel

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

return

arg_0: No help available

set(arg_0: int, channel=Channel.Default) None[source]
# SCPI: STATus:QUEStionable:INSTrument:ISUMmary<Channel>:PTRansition
driver.status.questionable.instrument.isummary.ptransition.set(arg_0 = 1, channel = repcap.Channel.Default)

Sets or queries the positive transition filter. Setting a bit in the positive transition filter shall cause a 0 to 1 transition in the corresponding bit of the associated condition register to cause a 1 to be written in the associated bit of the corresponding event register.

param arg_0

No help available

param channel

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