EUT.IncTestNumberBasedOnHighest

From RadiWiki
Jump to: navigation, search

This advanced option specifies if the test number of the test in the EUT file should be based on the a continuously increasing test number, or it should be based on the highest available number in the EUT file at that moment.

If the value is set to 'True', an always increasing test number is used. Every time a test is saved, the number is increased, and even if the latest test is removed, the number of that test is not used anymore in the future. This ensures that every test in the EUT has an unique number, and no two tests can have the same number. The disadvantage is that a test that is removed will cause a gap in the numbering.

If the value is set to 'False', the test number of a new test is based on the highest available test number at that moment in the EUT file. If a test is performed, and that last test is deleted, a new test will thus use the same number of the deleted test. This has the advantage that temporary tests, are not causing gaps in the numbering of the tests.

The default value of this advanced option is False.

Warning-48px.png
Warning: Any change and/or modification to the advanced options, can result in unexpected results and/or incorrect measurement results. Changes in any advanced option should be verified and checked very carefully!