AnalysisTransition

Use this enumeration with the AnalysisContext.Transition property to determine the current analysis transition of the TestStand Sequence Analyzer.

  • AnalysisTransition_AfterCleanupStepGroup –(Value: 39) Indicates that the sequence analyzer finished analyzing the Cleanup step group in a sequence. Use the AnalysisContext.Object property to obtain a reference to the sequence.
  • AnalysisTransition_AfterFileTypes –(Value: 48) Indicates that the sequence analyzer finished analyzing the types defined in a TestStand file, including type palette files, sequence files, and workspace files. Use the AnalysisContext.File property to obtain a reference to the file.
  • AnalysisTransition_AfterMainStepGroup –(Value: 37) Indicates that the sequence analyzer finished analyzing the Main step group in a sequence. Use the AnalysisContext.Object property to obtain a reference to the sequence.
  • AnalysisTransition_AfterSequence –(Value: 41) Indicates that the sequence analyzer finished analyzing one sequence in a sequence file. Use the AnalysisContext.Object property to obtain a reference to the sequence.
  • AnalysisTransition_AfterSequenceFile –(Value: 43) Indicates that the sequence analyzer finished analyzing a sequence file. Use the AnalysisContext.File property to obtain a reference to the sequence file. The AnalysisContext.Object property also contains a reference to the file.
  • AnalysisTransition_AfterSequenceFileGlobals –(Value: 24) Indicates that the sequence analyzer finished analyzing the global variables in a sequence file.
  • AnalysisTransition_AfterSequenceLocals –(Value: 29) Indicates that the sequence analyzer finished analyzing the local variables in a sequence. Use the AnalysisContext.Object property to obtain a reference to the sequence.
  • AnalysisTransition_AfterSequenceParameters –(Value: 31) Indicates that the sequence analyzer finished analyzing the parameters in a sequence. Use the AnalysisContext.Object property to obtain a reference to the sequence.
  • AnalysisTransition_AfterSequences –(Value: 42) Indicates that the sequence analyzer finished analyzing the sequences in a sequence file.
  • AnalysisTransition_AfterSequenceVariables –(Value: 32) Indicates that the sequence analyzer finished analyzing the variables in a sequence. Use the AnalysisContext.Object property to obtain a reference to the sequence.
  • AnalysisTransition_AfterSetupStepGroup –(Value: 35) Indicates that the sequence analyzer finished analyzing the Setup step group in a sequence. Use the AnalysisContext.Object property to obtain a reference to the sequence.
  • AnalysisTransition_AfterStationGlobals –(Value: 14) Indicates that the sequence analyzer finished analyzing the global variables in the station global variables file. Use the AnalysisContext.File property to obtain a reference to the station global variables file.
  • AnalysisTransition_AfterStationGlobalsFile –(Value: 15) Indicates that the sequence analyzer finished analyzing the station global variables file. Use the AnalysisContext.File property to obtain a reference to the station global variables file. The AnalysisContext.Object property also contains a reference to the file.
  • AnalysisTransition_AfterStep –(Value: 46) Indicates that the sequence analyzer finished analyzing a step. Use the AnalysisContext.Object property to obtain a reference to the step.
  • AnalysisTransition_AfterSteps –(Value: 40) Indicates that the sequence analyzer finished analyzing the steps in a sequence. Use the AnalysisContext.Object property to obtain a reference to the sequence.
  • AnalysisTransition_AfterSystem –(Value: 44) Indicates that the sequence analyzer finished analyzing all files.
  • AnalysisTransition_AfterTemplates –(Value: 18) Indicates that the sequence analyzer finished analyzing the templates in the templates file.
  • AnalysisTransition_AfterTemplatesFile –(Value: 19) Indicates that the sequence analyzer finished analyzing the templates file. The templates file contains the configuration settings for the Templates list on the Insertion Palette . Use the AnalysisContext.File property to obtain a reference to the templates file. The AnalysisContext.Object property also contains a reference to the file.
  • AnalysisTransition_AfterTypePalette –(Value: 4) Indicates that the sequence analyzer finished analyzing a specific type palette file. Use the AnalysisContext.File property to obtain a reference to the type palette file that was analyzed. The AnalysisContext.Object property also contains a reference to the file.
  • AnalysisTransition_AfterTypePalettes –(Value: 5) Indicates that the sequence analyzer finished analyzing the type palette files.
  • AnalysisTransition_AfterUserGroups –(Value: 10) Indicates that the sequence analyzer finished analyzing the user groups in the users file.
  • AnalysisTransition_AfterUsers –(Value: 8) Indicates that the sequence analyzer finished analyzing the users in the users file. Use the AnalysisContext.File property to obtain a reference to the users file.
  • AnalysisTransition_AfterUsersFile –(Value: 11) Indicates that the sequence analyzer finished analyzing the users file. Use the AnalysisContext.File property to obtain a reference to the users file. The AnalysisContext.Object property also contains a reference to the file.
  • AnalysisTransition_AfterWorkspaceFile –(Value: 21) Indicates that the sequence analyzer finished analyzing the workspace file. Use the AnalysisContext.File property to obtain a reference to the workspace file. The AnalysisContext.Object property also contains a reference to the file.
  • AnalysisTransition_BeforeCleanupStepGroup –(Value: 38) Indicates that the sequence analyzer is preparing to analyze the Cleanup step group in a sequence. Use the AnalysisContext.Object property to obtain a reference to the sequence.
  • AnalysisTransition_BeforeFileTypes –(Value: 47) Indicates that the sequence analyzer is preparing to analyze the types defined in a TestStand file, including type palette files, sequence files, and workspace files. Use the AnalysisContext.File property to obtain a reference to the file.
  • AnalysisTransition_BeforeMainStepGroup –(Value: 36) Indicates that the sequence analyzer is preparing to analyze the Main step group in a sequence. Use the AnalysisContext.Object property to obtain a reference to the sequence.
  • AnalysisTransition_BeforeSequence –(Value: 26) Indicates that the sequence analyzer is preparing to analyze one sequence in a sequence file. Use the AnalysisContext.Object property to obtain a reference to the sequence.
  • AnalysisTransition_BeforeSequenceFile –(Value: 22) Indicates that the sequence analyzer is preparing to analyze a sequence file. Use the AnalysisContext.File property to obtain a reference to the sequence file. The AnalysisContext.Object property also contains a reference to the file.
  • AnalysisTransition_BeforeSequenceFileGlobals –(Value: 23) Indicates that the sequence analyzer is preparing to analyze the global variables in a sequence file.
  • AnalysisTransition_BeforeSequenceLocals –(Value: 28) Indicates that the sequence analyzer is preparing to analyze the local variables in a sequence. Use the AnalysisContext.Object property to obtain a reference to the sequence.
  • AnalysisTransition_BeforeSequenceParameters –(Value: 30) Indicates that the sequence analyzer is preparing to analyze the parameters in a sequence. Use the AnalysisContext.Object property to obtain a reference to the sequence.
  • AnalysisTransition_BeforeSequences –(Value: 25) Indicates that the sequence analyzer is preparing to analyze the sequences in a sequence file.
  • AnalysisTransition_BeforeSequenceVariables –(Value: 27) Indicates that the sequence analyzer is preparing to analyze the variables in a sequence. Use the AnalysisContext.Object property to obtain a reference to the sequence.
  • AnalysisTransition_BeforeSetupStepGroup –(Value: 34) Indicates that the sequence analyzer is preparing to analyze the Setup step group in a sequence. Use the AnalysisContext.Object property to obtain a reference to the sequence.
  • AnalysisTransition_BeforeStationGlobals –(Value: 13) Indicates that the sequence analyzer is preparing to analyze the global variables in the station global variables file.
  • AnalysisTransition_BeforeStationGlobalsFile –(Value: 12) Indicates that the sequence analyzer is preparing to analyze the station global variables file. Use the AnalysisContext.File property to obtain a reference to the station global variables file. The AnalysisContext.Object property also contains a reference to the file.
  • AnalysisTransition_BeforeStep –(Value: 45) Indicates that the sequence analyzer is preparing to analyze a step. Use the AnalysisContext.Object property to obtain a reference to the step.
  • AnalysisTransition_BeforeSteps –(Value: 33) Indicates that the sequence analyzer is preparing to analyze the steps in a sequence. Use the AnalysisContext.Object property to obtain a reference to the sequence.
  • AnalysisTransition_BeforeSystem –(Value: 1) Indicates that the sequence analyzer is preparing to start analyzing.
  • AnalysisTransition_BeforeTemplates –(Value: 17) Indicates that the sequence analyzer is preparing to analyze the templates in the templates file.
  • AnalysisTransition_BeforeTemplatesFile –(Value: 16) Indicates that the sequence analyzer is preparing to analyze the templates file. The templates file contains the configuration settings for the Templates list. Use the AnalysisContext.File property to obtain a reference to the templates file. The AnalysisContext.Object property also contains a reference to the file.
  • AnalysisTransition_BeforeTypePalette –(Value: 3) Indicates that the sequence analyzer is preparing to analyze a specific type palette file. Use the AnalysisContext.File property to obtain a reference to the type palette file. The AnalysisContext.Object property also contains a reference to the file.
  • AnalysisTransition_BeforeTypePalettes –(Value: 2) Indicates that the sequence analyzer is preparing to analyze type palette files.
  • AnalysisTransition_BeforeUserGroups –(Value: 9) Indicates that the sequence analyzer is preparing to analyze the user groups in the users file.
  • AnalysisTransition_BeforeUsers –(Value: 7) Indicates that the sequence analyzer is preparing to analyze the users in the users file.
  • AnalysisTransition_BeforeUsersFile –(Value: 6) Indicates that the sequence analyzer is preparing to analyze the users file. Use the AnalysisContext.File property to obtain a reference to the users file. The AnalysisContext.Object property also contains a reference to the file.
  • AnalysisTransition_BeforeWorkspaceFile –(Value: 20) Indicates that the sequence analyzer is preparing to analyze the workspace file. Use the AnalysisContext.File property to obtain a reference to the workspace file. The AnalysisContext.Object property also contains a reference to the file.
  • AnalysisTransition_None –(Value: 0) Indicates that the sequence analyzer is not in a transition.

See Also

AnalysisContext.File

AnalysisContext.Object

AnalysisContext.Transition

Insertion Palette

Relationships among AnalysisContext Transition, File, and Object Properties