SystemDefinition Constructor (String)
- Updated2023-02-21
- 2 minute(s) read
Initializes a new instance of SystemDefinition with the specified file path.
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 Sub New ( _ nivssdfFile As String _ ) |
| C# |
|---|
public SystemDefinition( string nivssdfFile ) |
| Visual C++ |
|---|
public: SystemDefinition( String^ nivssdfFile ) |
Parameters
- nivssdfFile
- Type: System.String
The path to the system definition file.
Remarks
For example code and more information about this method, refer to one of the following help topics: