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