ModelOptions
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
ModelOptions
Use these constants with the SequenceFile.ModelOption property.
- 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.
See Also
StationOptions.AllowOtherModels