DigitalConditionalJumpTrigger Class
- Updated2023-11-24
- 3 minute(s) read
DigitalConditionalJumpTrigger Class
Provides configuration and controls for conditional jump triggers that affect the logical flow of a pattern.
Inheritance Hierarchy
SystemObject
NationalInstruments.ModularInstruments.NIDigitalDigitalSubObject
NationalInstruments.ModularInstruments.NIDigitalDigitalConditionalJumpTrigger
NationalInstruments.ModularInstruments.NIDigitalDigitalSubObject
NationalInstruments.ModularInstruments.NIDigitalDigitalConditionalJumpTrigger
Namespace: NationalInstruments.ModularInstruments.NIDigital
Assembly: NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021
Syntax
public sealed class DigitalConditionalJumpTrigger : DigitalSubObject
Public NotInheritable Class DigitalConditionalJumpTrigger Inherits DigitalSubObject
The DigitalConditionalJumpTrigger type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | DigitalEdge |
Gets the DigitalEdgeConditionalJumpTrigger object used
to configure and control the Conditional Jump Trigger as a digital edge conditional jump trigger.
|
![]() | OutputTerminal |
Gets or sets the destination terminal for exporting the DigitalConditionalJumpTrigger.
|
![]() | Software |
Gets the DigitalSoftwareConditionalJumpTrigger object used
to configure and control the Conditional Jump Trigger as a software conditional jump trigger.
|
![]() | TerminalName |
Gets a string containing the terminal name of the DigitalConditionalJumpTrigger.
|
![]() | TriggerType |
Gets or sets the trigger type of the DigitalConditionalJumpTrigger.
|
Methods
Name | Description | |
---|---|---|
![]() | Disable |
Disables a previously configured conditional jump trigger and sets TriggerType to None.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.