niDigital Configure Software Edge Conditional Jump Trigger
- Updated2023-02-17
- 3 minute(s) read
niDigital Configure Software Edge Conditional Jump Trigger
Configures the specified conditional jump trigger instance for software triggering. To assert the trigger, use the niDigital Send Software Edge Trigger node.
Related information
- Opcodes
- Triggers and Events
Inputs/Outputs

session in
Instrument session obtained from the niDigital Initialize with Optionsnode.

trigger ID
Specifies which instance of the conditional jump trigger you want to override.
| conditionalJumpTrigger0 |
Configures the conditional jump trigger instance you specify. |
| conditionalJumpTrigger1 |
Configures the conditional jump trigger instance you specify. |
| conditionalJumpTrigger2 |
Configures the conditional jump trigger instance you specify. |
| conditionalJumpTrigger3 |
Configures the conditional jump trigger instance you specify. |

error in
Error conditions that occur before this node runs.
This input provides standard error in functionality.

status
status is TRUE (X) if an error occurred before this VI ran or FALSE (checkmark) to indicate a warning or that no error occurred before this VI ran. The default is FALSE.

code
code specifies the error or warning code. The default is 0. If status is TRUE, code is a non-zero error code. If status is FALSE, code is 0 or a warning code.

source
source describes the origin of the error or warning and is, in most cases, the name of the VI that produced the error or warning. The default is an empty string.

session out
Handle that identifies the session in all subsequent NI-Digital node calls.

error out

status
A Boolean that specifies whether an error occurred.
| True | An error occurred (indicated by an X). |
| False | A warning or no error occurred (indicated by a checkmark). |

code
An error or warning code.
If status is True, code is a non-zero error. If status is False, code is 0 or a warning code.

source
The origin of the error or warning.
source is usually the name of the node that produced the error or warning.