DAQDigitalOutputs.AddDIOPort Method
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Adds the specified DAQDIOPort to the Digital Output section.
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 Function AddDIOPort ( _ dioPort As DAQDIOPort _ ) As Boolean |
| C# |
|---|
public bool AddDIOPort( DAQDIOPort dioPort ) |
| Visual C++ |
|---|
public: bool AddDIOPort( DAQDIOPort^ dioPort ) |
Parameters
- dioPort
- Type: NationalInstruments.VeriStand.SystemDefinitionAPI.DAQDIOPort
The DIO port to add.