DigitalSoftwareStartTrigger Class
- Updated2023-11-24
- 3 minute(s) read
DigitalSoftwareStartTrigger Class
Contains properties and methods to configure and control the start trigger for software triggering.
Inheritance Hierarchy
SystemObject
NationalInstruments.ModularInstruments.NIDigitalDigitalSubObject
NationalInstruments.ModularInstruments.NIDigitalDigitalSoftwareStartTrigger
NationalInstruments.ModularInstruments.NIDigitalDigitalSubObject
NationalInstruments.ModularInstruments.NIDigitalDigitalSoftwareStartTrigger
Namespace: NationalInstruments.ModularInstruments.NIDigital
Assembly: NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021
Syntax
public class DigitalSoftwareStartTrigger : DigitalSubObject
Public Class DigitalSoftwareStartTrigger Inherits DigitalSubObject
The DigitalSoftwareStartTrigger type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Configure |
Configures the TriggerType for Software triggering.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Send |
Sends the software start trigger to a digital pattern instrument, forcing the start
trigger to assert, regardless of how the start trigger is configured.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
The digital pattern instrument waits for this trigger after you call Initiate
or you burst a pattern, and does not burst a pattern until it receives this trigger. Use the Send method to send the software trigger to the digital pattern instrument.
For more information on triggers, refer to the Triggers and Events and
Supported Triggers and Events topics in the Digital Pattern Help.
![]() |
---|
Example applications are located in the Public Documents\National Instruments\NI-Digital\Examples\DotNET 4.x directory or in the Start menu at National InstrumentsNI Digital Pattern Examples. |
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.