VeriStand .NET API Reference

SimulationModels.ParameterFileAllowTempVariable Property

Gets or sets a value indicating whether the ParameterFile allows temporary variables. Temporary variables are always local to the file in which you define them.

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 ParameterFileAllowTempVariable As Boolean
C#
public bool ParameterFileAllowTempVariable { get; set; }
Visual C++
public:
property bool ParameterFileAllowTempVariable {
	bool get ();
	void set (bool value);
}

Remarks

For more information about declaring temporary variables in a model parameter file, refer to the Declaring Temporary Variables in a Model Parameter File topic of the NI VeriStand Help.

See Also

Log in to get a better experience