niHSDIO Configure Trigger
Configures the specified trigger.
Refer to Triggers for more information about the triggers that are available with your NI digital waveform generator/analyzer.
Use the pull-down menu to select an instance of this VI.
Digital Edge Start Trigger
This instance of niHSDIO Configure Trigger configures the Start trigger for digital edge triggering.
instrument handle identifies your instrument session. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
source specifies the trigger source. You can choose PFI <0..3>, PXI Trigger Line/RTSI <0..7>, or PXI STAR Line. | |||||||
edge specifies the edge to detect. You can choose Rising Edge or Falling Edge. | |||||||
error in describes error conditions that occur before this VI or function runs.
| |||||||
instrument handle out passes a reference to your instrument session to the next VI. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
|
Pattern Match Start Trigger
This instance of niHSDIO Configure Trigger configures the Start trigger for pattern match triggering. This VI is only valid for acquisition sessions.
instrument handle identifies your instrument session. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
channel list specifies which channels are configured for pattern matching using the pattern string. The order of channels in the list determines the order of the pattern string. | |||||||
pattern specifies the binary pattern that activates the pattern match trigger under the conditions specified in trigger when.
This string expression creates a mask for the pattern. This expression is composed of characters:
The first character in the expression corresponds to the first channel in channel list. The number of characters in pattern must correspond to the number of channels specified in channel list or an error is returned.
For example, the following two examples are valid and do the same thing:
|
|||||||
trigger when specifies the conditions under which the trigger is sent.
Pattern Matches means that the trigger is sent when the sampled pattern matches the pattern specified in pattern. Pattern Does Not Match means that the trigger is sent when the sampled pattern does not match the pattern specified in pattern. Refer to Pattern Match Trigger for an illustration of when your data is acquired when using a pattern match trigger for acquisitions. |
|||||||
error in describes error conditions that occur before this VI or function runs.
| |||||||
instrument handle out passes a reference to your instrument session to the next VI. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
|
Pattern Match Start Trigger (U32)
This instance of niHSDIO Configure Trigger configures the Start trigger for pattern match triggering. The pattern you specify in this instance only represents logic high and logic low. If you require more choices for your pattern, use the niHSDIO Configure Pattern Match Start Trigger instance of this VI.
This VI is only valid for acquisition sessions.
instrument handle identifies your instrument session. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
channel list specifies which channels are configured for pattern matching using the pattern string. The order of channels in the list determines the order of the pattern string. | |||||||
pattern specifies the binary pattern that activates the pattern match trigger under the conditions specified in trigger when.
Bits on channels not specified in channel list are ignored. |
|||||||
trigger when specifies the conditions under which the trigger is sent.
Pattern Matches means that the trigger is sent when the sampled pattern matches the pattern specified in pattern. Pattern Does Not Match means that the trigger is sent when the sampled pattern does not match the pattern specified in pattern. Refer to Pattern Match Trigger for an illustration of when your data is acquired when using a pattern match trigger for acquisitions. |
|||||||
error in describes error conditions that occur before this VI or function runs.
| |||||||
instrument handle out passes a reference to your instrument session to the next VI. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
|
Software Start Trigger
This instance of niHSDIO Configure Trigger configures the Start trigger for software triggering. Use the niHSDIO Send Software Edge Triggering VI to assert the trigger condition.
instrument handle identifies your instrument session. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
error in describes error conditions that occur before this VI or function runs.
| |||||||
instrument handle out passes a reference to your instrument session to the next VI. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
|
Disable Start Trigger
This instance of niHSDIO Configure Trigger configures the instrument to not wait for a Start trigger after the niHSDIO Initiate VI is used. This VI is only necessary if you have configured a Start trigger and now want to disable it.
instrument handle identifies your instrument session. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
error in describes error conditions that occur before this VI or function runs.
| |||||||
instrument handle out passes a reference to your instrument session to the next VI. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
|
Digital Edge Ref Trigger
This instance of niHSDIO Configure Trigger configures the Reference trigger for digital edge triggering. If the Reference trigger is asserted before the required number of pretrigger samples are acquired, it is ignored. This VI is valid only for acquisition sessions.
pretrig samples specifies the number of pretrigger samples the device must receive before the Reference trigger is acknowledged. | |||||||
instrument handle identifies your instrument session. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
source specifies the trigger source. You can choose PFI <0..3>, PXI Trigger Line/RTSI <0..7>, or PXI STAR Line. | |||||||
edge specifies the edge to detect. You can choose Rising Edge or Falling Edge. | |||||||
error in describes error conditions that occur before this VI or function runs.
| |||||||
instrument handle out passes a reference to your instrument session to the next VI. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
|
Pattern Match Ref Trigger
This instance of niHSDIO Configure Trigger configures the Reference trigger for pattern match triggering. If the Reference trigger asserts before the required number of pretrigger samples are acquired, it is ignored. This VI is only valid for acquisition sessions.
trigger when specifies the conditions under which the trigger is sent.
Pattern Matches means that the trigger is sent when the sampled pattern matches the pattern specified in pattern. Pattern Does Not Match means that the trigger is sent when the sampled pattern does not match the pattern specified in pattern. Refer to Pattern Match Trigger for an illustration of when your data is acquired when using a pattern match trigger for acquisitions. |
|||||||
pretrig samples specifies the number of pretrigger samples the device must receive before the Reference trigger is acknowledged. | |||||||
instrument handle identifies your instrument session. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
channel list specifies which channels are configured for pattern matching using the pattern string. The order of channels in the list determines the order of the pattern string. | |||||||
pattern specifies the binary pattern that activates the pattern match trigger under the conditions specified in trigger when.
This string expression creates a mask for the pattern. This expression is composed of characters:
The first character in the expression corresponds to the first channel in channel list. The number of characters in pattern must correspond to the number of channels specified in channel list or an error is returned.
For example, the following two examples are valid and do the same thing:
|
|||||||
error in describes error conditions that occur before this VI or function runs.
| |||||||
instrument handle out passes a reference to your instrument session to the next VI. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
|
Pattern Match Ref Trigger (U32)
This instance of niHSDIO Configure Trigger configures the Reference trigger for pattern match triggering. The pattern you specify in this instance only represents logic high and logic low. If you require more choices for your pattern, use the niHSDIO Configure Pattern Match Ref Trigger instance of this VI.
If the Reference trigger asserts before the required number of pretrigger samples are acquired, it is ignored. This VI is only valid for acquisition sessions.
trigger when specifies the conditions under which the trigger is sent.
Pattern Matches means that the trigger is sent when the sampled pattern matches the pattern specified in pattern. Pattern Does Not Match means that the trigger is sent when the sampled pattern does not match the pattern specified in pattern. Refer to Pattern Match Trigger for an illustration of when your data is acquired when using a pattern match trigger for acquisitions. |
|||||||
pretrig samples specifies the number of pretrigger samples the device must receive before the Reference trigger is acknowledged. | |||||||
instrument handle identifies your instrument session. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
channel list specifies which channels are configured for pattern matching using the pattern string. The order of channels in the list determines the order of the pattern string. | |||||||
pattern specifies the binary pattern that activates the pattern match trigger under the conditions specified in trigger when.
Bits on channels not specified in channel list are ignored. |
|||||||
error in describes error conditions that occur before this VI or function runs.
| |||||||
instrument handle out passes a reference to your instrument session to the next VI. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
|
Software Ref Trigger
This instance of niHSDIO Configure Trigger configures the Start trigger for software triggering. If the Reference trigger asserts before the required number of pretrigger samples are acquired, it is ignored. Use the niHSDIO Send Software Edge Triggering VI to assert the trigger condition. This VI is valid only for acquisition sessions.
pretrig samples specifies the number of pretrigger samples the device must receive before the Reference trigger is acknowledged. | |||||||
instrument handle identifies your instrument session. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
error in describes error conditions that occur before this VI or function runs.
| |||||||
instrument handle out passes a reference to your instrument session to the next VI. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
|
Disable Ref Trigger
This instance of niHSDIO Configure Trigger configures the acquisition to have no Reference trigger. This VI is only necessary if you have configured a Reference trigger and now want to disable it. This VI is valid only for acquisition sessions.
instrument handle identifies your instrument session. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
error in describes error conditions that occur before this VI or function runs.
| |||||||
instrument handle out passes a reference to your instrument session to the next VI. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
|
Digital Edge Advance Trigger
This instance of niHSDIO Configure Trigger configures the Advance trigger for digital edge triggering. This VI is valid only for acquisition sessions.
instrument handle identifies your instrument session. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
source specifies the trigger source. You can choose PFI <0..3>, PXI Trigger Line/RTSI <0..7>, or PXI STAR Line. | |||||||
edge specifies the edge to detect. You can choose Rising Edge or Falling Edge. | |||||||
error in describes error conditions that occur before this VI or function runs.
| |||||||
instrument handle out passes a reference to your instrument session to the next VI. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
|
Pattern Match Advance Trigger
This instance of niHSDIO Configure Trigger configures the Advance trigger for pattern match triggering. This VI is only valid for acquisition sessions.
trigger when specifies the conditions under which the trigger is sent.
Pattern Matches means that the trigger is sent when the sampled pattern matches the pattern specified in pattern. Pattern Does Not Match means that the trigger is sent when the sampled pattern does not match the pattern specified in pattern. Refer to Pattern Match Trigger for an illustration of when your data is acquired when using a pattern match trigger for acquisitions. |
|||||||
instrument handle identifies your instrument session. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
channel list specifies which channels are configured for pattern matching using the pattern string. The order of channels in the list determines the order of the pattern string. | |||||||
pattern specifies the binary pattern that activates the pattern match trigger under the conditions specified in trigger when.
This string expression creates a mask for the pattern. This expression is composed of characters:
The first character in the expression corresponds to the first channel in channel list. The number of characters in pattern must correspond to the number of channels specified in channel list or an error is returned.
For example, the following two examples are valid and do the same thing:
|
|||||||
error in describes error conditions that occur before this VI or function runs.
| |||||||
instrument handle out passes a reference to your instrument session to the next VI. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
|
Pattern Match Advance Trigger (U32)
This instance of niHSDIO Configure Trigger configures the Advance trigger for pattern match triggering. The pattern you specify in this instance only represents logic high and logic low. If you require more choices for your pattern, use the niHSDIO Configure Pattern Match Advance Trigger instance of this VI.
This VI is only valid for acquisition sessions.
trigger when specifies the conditions under which the trigger is sent.
Pattern Matches means that the trigger is sent when the sampled pattern matches the pattern specified in pattern. Pattern Does Not Match means that the trigger is sent when the sampled pattern does not match the pattern specified in pattern. Refer to Pattern Match Trigger for an illustration of when your data is acquired when using a pattern match trigger for acquisitions. |
|||||||
instrument handle identifies your instrument session. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
channel list specifies which channels are configured for pattern matching using the pattern string. The order of channels in the list determines the order of the pattern string. | |||||||
pattern specifies the binary pattern that activates the pattern match trigger under the conditions specified in trigger when.
Bits on channels not specified in channel list are ignored.
|
|||||||
error in describes error conditions that occur before this VI or function runs.
| |||||||
instrument handle out passes a reference to your instrument session to the next VI. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
|
Software Advance Trigger
This instance of niHSDIO Configure Trigger configures the Advance trigger for software triggering. Use the niHSDIO Send Software Edge Triggering VI to assert the trigger condition. This VI is valid only for acquisition sessions.
instrument handle identifies your instrument session. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
error in describes error conditions that occur before this VI or function runs.
| |||||||
instrument handle out passes a reference to your instrument session to the next VI. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
|
Disable Advance Trigger
This instance of niHSDIO Configure Trigger configures the acquisition to not use an Advance trigger. This VI is only necessary if you have configured an Advance trigger and now want to disable it.
instrument handle identifies your instrument session. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
error in describes error conditions that occur before this VI or function runs.
| |||||||
instrument handle out passes a reference to your instrument session to the next VI. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
|
Digital Edge Script Trigger
This instance of niHSDIO Configure Trigger configures the Script trigger for digital edge triggering. This VI is valid only for generation sessions.
trigger id specifies the instance of the Script trigger.
You can choose Script Trigger 0, Script Trigger 1, Script Trigger 2, or Script Trigger 3. |
|||||||
instrument handle identifies your instrument session. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
source specifies the trigger source. You can choose PFI <0..3>, PXI Trigger Line/RTSI <0..7>, or PXI STAR Line. | |||||||
edge specifies the edge to detect. You can choose Rising Edge or Falling Edge. | |||||||
error in describes error conditions that occur before this VI or function runs.
| |||||||
instrument handle out passes a reference to your instrument session to the next VI. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
|
Digital Level Script Trigger
This instance of niHSDIO Configure Trigger configures a Script trigger for level triggering. This VI is valid only for generation sessions.
trigger id specifies the instance of the Script trigger.
You can choose Script Trigger 0, Script Trigger 1, Script Trigger 2, or Script Trigger 3. |
|||||||
instrument handle identifies your instrument session. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
source specifies the trigger source. You can choose PFI <0..3>, PXI Trigger Line/RTSI <0..7>, or PXI STAR Line. | |||||||
trigger when specifies the active level for the desired trigger.
trigger when can be either of the following:
|
|||||||
error in describes error conditions that occur before this VI or function runs.
| |||||||
instrument handle out passes a reference to your instrument session to the next VI. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
|
Software Script Trigger
This instance of niHSDIO Configure Trigger configures the Script trigger for software triggering. Use the niHSDIO Send Software Edge Triggering VI to assert the trigger condition. This VI is valid only for generation sessions.
trigger id specifies the instance of the Script trigger.
You can choose Script Trigger 0, Script Trigger 1, Script Trigger 2, or Script Trigger 3. |
|||||||
instrument handle identifies your instrument session. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
error in describes error conditions that occur before this VI or function runs.
| |||||||
instrument handle out passes a reference to your instrument session to the next VI. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
|
Disable Script Trigger
This instance of niHSDIO Configure Trigger disables a Script trigger. This VI is only necessary if you have configured a Script trigger and now want to disable it. This VI is valid only for generation sessions.
trigger id specifies the instance of the Script trigger.
You can choose Script Trigger 0, Script Trigger 1, Script Trigger 2, or Script Trigger 3. |
|||||||
instrument handle identifies your instrument session. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
error in describes error conditions that occur before this VI or function runs.
| |||||||
instrument handle out passes a reference to your instrument session to the next VI. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
|
Digital Level Pause Trigger
This instance of niHSDIO Configure Trigger configures the Pause trigger as a level trigger.
instrument handle identifies your instrument session. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
source specifies the trigger source. You can choose PFI <0..3>, PXI Trigger Line/RTSI <0..7>, or PXI STAR Line. | |||||||
trigger when specifies the active level for the desired trigger.
trigger when can be either of the following:
|
|||||||
error in describes error conditions that occur before this VI or function runs.
| |||||||
instrument handle out passes a reference to your instrument session to the next VI. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
|
Pattern Match Pause Trigger
This instance of niHSDIO Configure Trigger configures the Pause trigger for pattern match triggering. This VI is only valid for acquisition sessions.
trigger when specifies the conditions under which the trigger is sent.
Pattern Matches means that the trigger is sent when the sampled pattern matches the pattern specified in pattern. Pattern Does Not Match means that the trigger is sent when the sampled pattern does not match the pattern specified in pattern. Refer to Pattern Match Trigger for an illustration of when your data is acquired when using a pattern match trigger for acquisitions. |
|||||||
instrument handle identifies your instrument session. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
channel list specifies which channels are configured for pattern matching using the pattern string. The order of channels in the list determines the order of the pattern string. | |||||||
pattern specifies the binary pattern that activates the pattern match trigger under the conditions specified in trigger when.
This string expression creates a mask for the pattern. This expression is composed of characters:
The first character in the expression corresponds to the first channel in channel list. The number of characters in pattern must correspond to the number of channels specified in channel list or an error is returned.
For example, the following two examples are valid and do the same thing:
|
|||||||
error in describes error conditions that occur before this VI or function runs.
| |||||||
instrument handle out passes a reference to your instrument session to the next VI. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
|
Pattern Match Pause Trigger (U32)
This instance of niHSDIO Configure Trigger configures the Pause trigger for pattern match triggering. The pattern you specify in this instance only represents logic high and logic low. If you require more choices for your pattern, use the niHSDIO Configure Pattern Match Start Trigger instance of this VI.
This VI is only valid for acquisition sessions.
trigger when specifies the conditions under which the trigger is sent.
Pattern Matches means that the trigger is sent when the sampled pattern matches the pattern specified in pattern. Pattern Does Not Match means that the trigger is sent when the sampled pattern does not match the pattern specified in pattern. Refer to Pattern Match Trigger for an illustration of when your data is acquired when using a pattern match trigger for acquisitions. |
|||||||
instrument handle identifies your instrument session. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
channel list specifies which channels are configured for pattern matching using the pattern string. The order of channels in the list determines the order of the pattern string. | |||||||
pattern specifies the binary pattern that activates the pattern match trigger under the conditions specified in trigger when.
Bits on channels not specified in channel list are ignored. |
|||||||
error in describes error conditions that occur before this VI or function runs.
| |||||||
instrument handle out passes a reference to your instrument session to the next VI. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
|
Disable Pause Trigger
This instance of niHSDIO Configure Trigger configures the data operation to have no Pause trigger. This VI is only necessary if you configured the Pause trigger and now want to disable it.
instrument handle identifies your instrument session. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
error in describes error conditions that occur before this VI or function runs.
| |||||||
instrument handle out passes a reference to your instrument session to the next VI. instrument handle was obtained from the niHSDIO Init Acquisition Session VI or the niHSDIO Init Generation Session VI. | |||||||
error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.
|