|
Command
|
Previous Top Next |
| Entry | Description
|
| ForwardToPython | [Yes|No]. Default is No. By default the only commands accepted are the commands defined with a command definition. For backward compatibility you can turn on Python forwarding. In this case if a command is not found in the command dictionary it will be forwarded to the Python interpreter. This allows you to issue regular Python statements from command sources like buttons, menus, batch files, etc.
|
|
|
| DisableCriticalCmdDialog | [Yes|No]. Default is No. Critical commands need to be acknowledged by the operator by confirming a dialog. For some automated tests this might not be a suitable setup. If you disable critical command notification critical commands will be executed without this confirmation. This this is a potentially dangerous setting a popup dialog will remind you at every system start that critical command notification is disabled. It is also possible to suppress critical command notification on a command by command level. Check the GseosCmd module for more details.
|