VeriStand .NET API Reference

DAQDigitalInputs.AddDIOPort Method

Adds the specified DAQDIOPort to the Digital Input section.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: 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.

Return Value

true (True in Visual Basic) if the port was added successfully.

See Also

Log in to get a better experience