Ptransition

SCPI Command :

MEASurement<*>:IMPRecise:STATus:PTRansition
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measIndex=MeasIndex.Default) bool[source]
# MEASurement<*>:IMPRecise:STATus:PTRansition
value: bool = driver.measurement.imprecise.status.ptransition.get(measIndex = repcap.MeasIndex.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:

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:PTRansition
driver.measurement.imprecise.status.ptransition.set(value = False, measIndex = repcap.MeasIndex.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

  • measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)