UpdateModelParametersFromFile Class
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Represents an Update Model Parameters from File step, which updates parameter values for a simulation model to values specified in a text (
Namespace:
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.txt) file.
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Class UpdateModelParametersFromFile _ Inherits ActionStep |
| C# |
|---|
public class UpdateModelParametersFromFile : ActionStep |
| Visual C++ |
|---|
public ref class UpdateModelParametersFromFile : public ActionStep |
Remarks
By using this step to automate model parameter value updates, you can synchronize the updates with the execution of real-time sequences. This step removes the need to stop execution of a stimulus profile to update model parameter values.
Accessing this Class:
Inheritance Hierarchy
System.Object
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.ActionStep
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.UpdateModelParametersFromFile
NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.BaseNode
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.ActionStep
NationalInstruments.VeriStand.StimulusProfileDefinitionApi.UpdateModelParametersFromFile
Thread Safety
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.