VeriStand .NET API Reference

Model.GlobalParameterScope Property

Gets or sets whether global parameters in the current model share their values with other models on the same target.

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

Property Value

An enumeration of GlobalParameterScopes.

Remarks

For more information about global parameters, refer to the Differences Between Local and Global Parameters topic of the NI VeriStand Help.

See Also

Log in to get a better experience