Please enable JavaScript to view this site.

A-Shell Development History

This command allows you to set or retrieve OPTIONS values from the ATE client. It is similar to MX_GETOPTIONS and MX_SETOPTIONS, but works for the ATE client.

TAB(-10, AG_OPTIONS);"opcode, options1, options2"; chr(127);

Value

Opcode

0

Get current options. These are returned in the keyboard buffer in the format options1,options. For example:

? tab(-10,69);"0";chr(127);

input "",OPT1,OPT2

 

See also MX_AGWRAPPER.

1

Set values (using passed options1, and if specified, options2)

2

Set only the option2 value

4

OR (set) individual bits from options1 and options2. This allows you to set one or more bits without having to first retrieve the current settings (in order to avoid changing existing flags). Note that you can specify options1 or option2 = 0 to avoid changing it.

8

Clear individual bits. In this case, any bit that you specify in options1 or options2 will be cleared from the current settings. Again, you can specify 0 to avoid changing one set of flags or the other.