Saves data about the current state of a model running on the target to an XML file that you specify.
Namespace:
NationalInstruments.VeriStand.ClientAPI
Assembly:
NationalInstruments.VeriStand.ClientAPI (in NationalInstruments.VeriStand.ClientAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Function SaveModelState ( _
filepath As String _
) As Error |
| C# |
|---|
Error SaveModelState(
string filepath
) |
| Visual C++ |
|---|
Error^ SaveModelState(
String^ filepath
) |
Parameters
- filepath
- Type: System.String
The path to an XML file on the target to which you want to save state data.
Return Value
This method returns an error if no configuration is running on the Workspace. If no error occurs, the Code property of the Error object is 0.