VeriStand .NET API Reference

UpdateModelParametersFromFile.AliasFile Property

Gets or sets the path to an alias file, which defines mappings for aliased parameter names in the source file specified by FilePath.

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 AliasFile As String
C#
public string AliasFile { get; set; }
Visual C++
public:
property String^ AliasFile {
	String^ get ();
	void set (String^ value);
}

Property Value

The path to an alias file. Alias files must be .txt files that use the same Delimiter as the source file.

Remarks

Alias files allow you to easily reuse the same source file for multiple models. For example, you can write a source file with parameter names a, b, and c, and then use an alias file to map a, b, and c to parameters in the current model.

See Also

Log in to get a better experience