IviDigitizer Configure Window Arm Source [WINA]
IviDigitizerWindowArm Capability Group
Configures the window arm source, and the IviDigitizer Window Arm Low Threshold, IviDigitizer Window Arm High Threshold, and IviDigitizer Window Arm Condition properties.
Note A window arm occurs when a signal that enters or leaves a given voltage range is detected. |
Threshold Low (1.0) Sets the window arming low threshold in Volts. This value sets the IviDigitizer Window Arm Low Threshold property.
Unit: volt Default Value: 1.0 |
|
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 |
|
Arm Source ("") Specifies the arm source. This value sets the arm source property.
Default Value: "" Note: You can specify the trace name as a string variable or as a literal enclosed in double quotes. |
|
Windows Condition (Entering) Specifies whether a pulse that is within or outside the user-specified thresholds arm waveform acquisition. This value sets the IviDigitizer Window Arm Condition property.
Valid Values: - IVIDIGITIZER_VAL_WINDOW_CONDITION_ENTERING (1) Configures the digitizer to trigger on signals when they enter the given triggering window. The end-user specifies the high and low thresholds with the IviDigitizer Window Arm High Threshold and IviDigitizer Window Arm Low Threshold properties. - IVIDIGITIZER_VAL_WINDOW_CONDITION_LEAVING (2) Configures the digitizer to trigger on signals when they leave the given triggering window. The end-user specifies the high and low thresholds with the IviDigitizer Window Arm High Threshold and IviDigitizer Window Arm Low Threshold properties. Default Value: IVIDIGITIZER_VAL_WINDOW_CONDITION_ENTERING (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. |
|
Threshold High (1.0) Sets the window arming high threshold in Volts. This value sets the IviDigitizer Window Arm High Threshold property.
Unit: volt Default Value: 1.0 |
|
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. |