The help command can be used to print out information about a command or a single parameter of a command.
For a main parameter (keyword), the information concerns the parameter path, the parameter aliases, the parameter type, and its current default value. A list of parameters (for a command) or subparameters (for a main parameter) is printed if they exist.
Extra information about a particular command or parameter may also be printed. If the last argument to help is an asterisk (*), information about all parameters that branch off the specified parameter path is printed.
If the first argument to help is not a BTCL command name, help tries to give information as to the type of object the argument is, for example, if it is a known variable or procedure name.
helpThe command help with no arguments produces a list of all the BTCL commands defined in the Discover 95.0 program.
help *This example of the help command prints information about all the BTCL commands and their parameters.
help minimize final_convergenceThis example of the help command prints information concerning the minimize final_convergence parameter.
help minimize newton *This example of the help command prints information concerning the minimize newton parameter node and all its subparameters (method, convergence, and line_search_precision).
List of BTCL commands
geometry command
history command
Copyright Biosym/MSI