VeriStand .NET API Reference

UpdateModelParametersFromFile.FilePath Property

Gets or sets the path to the text file that contains the new model parameter values. The source file contains a set of key/value pairs that represent model parameter names and the corresponding values to assign each parameter.

Namespace: NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property FilePath As String
C#
public string FilePath { get; set; }
Visual C++
public:
property String^ FilePath {
	String^ get ();
	void set (String^ value);
}

Property Value

The path to the text file that contains the new model parameter values. This file must be a .txt file and must follow the expected model parameter file format. Refer to Formatting a Model Parameter File in the NI VeriStand Help for more information about the model parameter file format.

Remarks

This step also provides limited support for .m files that follow the exact format generated by the Model Parameter Manager workspace tool.

See Also

Log in to get a better experience