Hardware.AddNewChassis Method
- Updated2023-02-21
- 2 minute(s) read
Adds a new Chassis with the specified name to the Hardware 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 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.