Engine.GetStationModelSequenceFile
- Updated2024-10-09
- 1 minute(s) read
Engine.GetStationModelSequenceFile
Syntax
Engine.GetStationModelSequenceFile( modelDescriptionString)
Return Value
Purpose
Returns a reference to the process model sequence file TestStand associates with the test station.
Remarks
Release this reference when you are done using it.
This method returns an error if the sequence file exists but TestStand cannot load it for some reason. For example, TestStand might be unable to load the sequence file if there are type conflicts that cannot be automatically resolved.
Parameters
modelDescriptionString As String
[Out] Returns a string that describes the process model file.
See Also
SequenceFile.GetModelSequenceFile