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

Model tab

SequenceFile.ModelOption

SequenceFile.ModelPath

Station Options dialog box

StationOptions.AllowOtherModels

StationOptions.StationModelSequenceFilePath

StationOptions.UseStationModel