Model.GlobalParameterScope Property
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Gets or sets whether global parameters in the current model share their values with other models on the same target.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: 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.