Ptransition

SCPI Command :

CHANnel<*>:WARNoverload:STATus:PTRansition
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channel=Channel.Default) bool[source]
# CHANnel<*>:WARNoverload:STATus:PTRansition
value: bool = driver.channel.warnOverload.status.ptransition.get(channel = repcap.Channel.Default)

Sets the positive transition filter. If a bit is set, a transition from 0 to 1 in the condition part causes an entry to be made in the corresponding bit of the EVENt part of the register.

Parameters:

channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)

Returns:

value: Source dependent, comma-separated values

set(value: bool, channel=Channel.Default) None[source]
# CHANnel<*>:WARNoverload:STATus:PTRansition
driver.channel.warnOverload.status.ptransition.set(value = False, channel = repcap.Channel.Default)

Sets the positive transition filter. If a bit is set, a transition from 0 to 1 in the condition part causes an entry to be made in the corresponding bit of the EVENt part of the register.

Parameters:
  • value – Source dependent, comma-separated values

  • channel – optional repeated capability selector. Default value: Ch1 (settable in the interface ‘Channel’)