SimulationModels.ParameterFile Property
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Gets or sets the parameter calibration
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPI.txt file to apply when you deploy a system definition file.
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Property ParameterFile As String |
| C# |
|---|
public string ParameterFile { get; set; } |
| Visual C++ |
|---|
public: property String^ ParameterFile { String^ get (); void set (String^ value); } |
Property Value
The path of the model parameter file.
Remarks
For more information about valid syntax in model parameter files, refer to the Supported Syntax in Model Parameter Files
topic of the NI VeriStand Help.