DAQTriggerDigitalEdge.Source Property
- Updated2023-02-21
- 2 minute(s) read
Gets or sets the name of a terminal that is the source of the digital signal used as the trigger.
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 Property Source As String |
| C# |
|---|
public string Source { get; set; } |
| Visual C++ |
|---|
public: property String^ Source { String^ get (); void set (String^ value); } |
Property Value
The name of a terminal.
Remarks
Refer to the NI-DAQmx Device Terminals Help to find terminal names for devices supported in NI-DAQmx.