Ntransition

SCPI Command :

CHANnel<*>:ADCState:STATus:PCLipping:NTRansition
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channel=Channel.Default) bool[source]
# CHANnel<*>:ADCState:STATus:PCLipping:NTRansition
value: bool = driver.channel.adcState.status.pclipping.ntransition.get(channel = repcap.Channel.Default)

Sets the negative transition filter. If a bit is set, a transition from 1 to 0 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<*>:ADCState:STATus:PCLipping:NTRansition
driver.channel.adcState.status.pclipping.ntransition.set(value = False, channel = repcap.Channel.Default)

Sets the negative transition filter. If a bit is set, a transition from 1 to 0 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’)