Ptransition
SCPI Command :
CHANnel<*>:PPSupply:STATus:PTRansition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channel=Channel.Default) bool[source]
# CHANnel<*>:PPSupply:STATus:PTRansition value: bool = driver.channel.ppSupply.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<*>:PPSupply:STATus:PTRansition driver.channel.ppSupply.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’)