ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

VeriStand .NET API Reference

SimulationModels.ParameterFile Property

Gets or sets the parameter calibration .txt file to apply when you deploy a system definition file.

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 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.

See Also