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