VeriStand .NET API Reference

FPGADevice.ChangeRIOAddress Method

Changes the RIO address of the FPGA target to RIOx, where x is the address number you specify.

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 ChangeRIOAddress ( _
	AddressNumber As Integer _
) As Boolean
C#
public bool ChangeRIOAddress(
	int AddressNumber
)
Visual C++
public:
bool ChangeRIOAddress(
	int AddressNumber
)

Parameters

AddressNumber
Type: System.Int32
The address number you want to assign to the RIO.

Return Value

true (True in Visual Basic) if the RIO address was changed successfully.

See Also