Ntransition
SCPI Command :
WGENerator<*>:TEMPerature:STATus:NTRansition
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(waveformGen=WaveformGen.Default) bool[source]
# WGENerator<*>:TEMPerature:STATus:NTRansition value: bool = driver.wgenerator.temperature.status.ntransition.get(waveformGen = repcap.WaveformGen.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:
waveformGen – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)
- Returns:
value: Source dependent, comma-separated values
- set(value: bool, waveformGen=WaveformGen.Default) None[source]
# WGENerator<*>:TEMPerature:STATus:NTRansition driver.wgenerator.temperature.status.ntransition.set(value = False, waveformGen = repcap.WaveformGen.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
waveformGen – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Wgenerator’)