VeriStand .NET API Reference

Hardware.AddNewChassis Method

Adds a new Chassis with the specified name to the Hardware 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 AddNewChassis ( _
	Name As String _
) As Boolean
C#
public bool AddNewChassis(
	string Name
)
Visual C++
public:
bool AddNewChassis(
	String^ Name
)

Parameters

Name
Type: System.String
The name of the chassis.

Return Value

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

See Also

Log in to get a better experience