Modes in NETS: Programming Concepts
Modes are commands toggled on or off at any given time throughout the test, depending on the test requirements. A test may require the program to Hold for certain tests (such as illuminating lamps), perform four-wire measurements on a test segment, and some users may need Certified test runs.
Modes are activated by enabling them with ENB and deactivated by canceling them with CAN. Commands can be enabled or canceled at any time in the test script. They can also be toggled on and off as many times as required. Use Enable (ENB) to turn on the command that follows. A comma or space must separate ENB and the command that follows. When multiple commands are entered, they must also be separated by a comma or space. Using Cancel (CAN) in this same manner will accomplish the opposite of enabling them and deactivating the following commands.
The following code shows the syntax for enabling and canceling modes:
ENB ALO CER DTB PAT SAF
CAN ALO CER DTB PAT SAF
The following is a list of commonly used modes. See Appendix A of NETS Programming Manual 132-06047-0006 for a complete list of available modes.
Source: NETS User Manual, Revision D, document 132-06035-0006, section 4.3.2.