DAQTriggerDigitalEdge Constructor
- Updated2023-02-21
- 2 minute(s) read
Initializes a new instance of the DAQTriggerDigitalEdge class with the specified source and edge.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ source As String, _ edge As DirectionType _ ) |
| C# |
|---|
public DAQTriggerDigitalEdge( string source, DirectionType edge ) |
| Visual C++ |
|---|
public: DAQTriggerDigitalEdge( String^ source, DirectionType edge ) |
Parameters
- source
- Type: System.String
The name of a terminal that is the source of the digital signal used as the trigger.
- edge
- Type: NationalInstruments.VeriStand.SystemDefinitionAPI.DirectionType
A DirectionType value that specifies on which edge of the digital signal to start acquiring samples.