SequenceFile.ModelOption
- Updated2025-07-21
- 1 minute(s) read
SequenceFile.ModelOption
Syntax
SequenceFile.ModelOption
Data Type
Use the following constants with this data type:
- ModelOption_NoModel –(Value: 1) Specifies that the sequence file does not use a process model.
- ModelOption_RequireSpecificModel –(Value: 2) Specifies a particular process model file. If you select this value, you must use the SequenceFile.ModelPath property to specify the location of the process model file.
- ModelOption_UseStationModel –(Value: 0) Instructs TestStand to use the process model file the Station Model option on the Model tab of the Station Options dialog box specifies.
Purpose
Specifies the process model file to use for the sequence file.
Remarks
This setting is valid only when you enable the Allow Other Model Settings option in the Station Options dialog box. Refer to StationOptions.AllowOtherModels for more information about allowing sequence files to specify a process model file other than the current station model file.