IviDigitizer Configure Trigger Modifier [TM]
IviDigitizerTriggerModifier Capability Group
Configures the trigger modifier of the digitizer.
instrument handle The instrument handle that you obtain from the IviDigitizer Initialize VI or IviDigitizer Initialize With Options VI. The handle identifies a particular instrument session.
Default Value: None |
|
Trigger Modifier (No Trigger Modifier) Specifies the method the digitizer uses in the absence of trigger conditions. The driver sets the IviDigitizer Trigger Modifier property to this value.
Valid Values: - IVIDIGITIZER_VAL_TRIGGER_MODIFIER_NONE (1) The digitizer waits until the trigger the end-user specifies occurs. - IVIDIGITIZER_VAL_TRIGGER_MODIFIER_AUTO (2) The digitizer automatically triggers if the configured trigger does not occur within the digitizer timeout period. - IVIDIGITIZER_VAL_TRIGGER_MODIFIER_AUTO_LEVEL (3) The digitizer adjusts the trigger level if the trigger the end-user specifies does not occur. Default Value: IVIDIGITIZER_VAL_TRIGGER_MODIFIER_NONE (1) |
|
error in (no error) The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.
The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |
|
instrument handle out The instrument handle that you obtain from the IviDigitizer Initialize VI or IviDigitizer Initialize With Options VI. The handle identifies a particular instrument session.
Default Value: None |
|
error out The error out cluster passes error or warning information out of a VI to be used by other VIs.
The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |