UpdateModelParametersFromFile.AliasFile Property
- Mise à jour2023-02-21
- Temps de lecture : 2 minute(s)
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.StimulusProfileDefinitionApiAssembly: 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.