WriteFileFormat

These constants specify the file format version TestStand uses to write a file.

If you save a sequence file in a previous format and the file contains step types not present in the previous version of TestStand or if the file uses features the previous version of TestStand does not support, the sequence file you save will not function correctly.

Note TestStand does not warn you if the file you save cannot load or run in a previous version of TestStand.
  • WriteFileFormat_Current –(Value: 1) Specifies that TestStand writes out the file using the current TestStand file format.
  • WriteFileFormat_TestStand_14_0 –(Value: 14) Specifies that TestStand writes out the file using the TestStand 2014 file format. Save the file in this format to enable TestStand version 2014 to load the file. TestStand 14.0 is the internal version number for TestStand 2014.
  • WriteFileFormat_TestStand_16_0 –(Value: 15) Specifies that TestStand writes out the file using the TestStand 2016 file format. Save the file in this format to enable TestStand version 2016 to load the file. TestStand 16.0 is the internal version number for TestStand 2016.
  • WriteFileFormat_TestStand_17 –(Value: 16) Specifies that TestStand writes out the file using the TestStand 2017 file format. Save the file in this format to enable TestStand version 2017 to load the file. TestStand 17.0 is the internal version number for TestStand 2017.
  • WriteFileFormat_TestStand_19 –(Value: 17) Specifies that TestStand writes out the file using the TestStand 2019 file format. Save the file in this format to enable TestStand version 2019 to load the file. TestStand 19.0 is the internal version number for TestStand 2019.
  • WriteFileFormat_TestStand_20 –(Value: 18) Specifies that TestStand writes out the file using the TestStand 2020 file format. Save the file in this format to enable TestStand version 2020 to load the file. TestStand 20.0 is the internal version number for TestStand 2020.
  • WriteFileFormat_TestStand_21 –(Value: 19) Specifies that TestStand writes out the file using the TestStand 2021 file format. Save the file in this format to enable TestStand version 2021 to load the file. TestStand 21.0 is the internal version number for TestStand 2021.
  • WriteFileFormat_TestStand_22 –(Value: 20) Specifies that TestStand writes out the file using the TestStand 2022 file format. Save the file in this format to enable TestStand version 2022 to load the file. TestStand 22.0 is the internal version number for TestStand 2022.
  • WriteFileFormat_TestStand_23 –(Value: 21) Specifies that TestStand writes out the file using the TestStand 2023 file format. Save the file in this format to enable TestStand version 2023 to load the file. TestStand 23.0 is the internal version number for TestStand 2023.
  • WriteFileFormat_TestStand4 –(Value: 8) Specifies that TestStand writes out the file using the TestStand 4.0 file format. Save the file in this format to enable TestStand version 4.0 to load the file.
  • WriteFileFormat_TestStand41 –(Value: 9) Specifies that TestStand writes out the file using the TestStand 4.1 file format. Save the file in this format to enable TestStand version 4.1 to load the file.
  • WriteFileFormat_TestStand42 –(Value: 10) Specifies that TestStand writes out the file using the TestStand 4.2 file format. Save the file in this format to enable TestStand version 4.2 to load the file.
  • WriteFileFormat_TestStand45 –(Value: 11) Specifies that TestStand writes out the file using the TestStand 2010 file format. Save the file in this format to enable TestStand version 2010 to load the file. TestStand 4.5 is the internal version number for TestStand 2010.
  • WriteFileFormat_TestStand50 –(Value: 12) Specifies that TestStand writes out the file using the TestStand 2012 file format. Save the file in this format to enable TestStand version 2012 to load the file. TestStand 5.0 is the internal version number for TestStand 2012.
  • WriteFileFormat_TestStand51 –(Value: 13) Specifies that TestStand writes out the file using the TestStand 2013 file format. Save the file in this format to enable TestStand version 2013 to load the file. TestStand 5.1 is the internal version number for TestStand 2013.

See Also

PropertyObjectFile.WriteFile