  show_vars - Shows model's symbolic variables and their values
     __________________________________________________________________

   show_vars [-h] [-s] [-f] [-i] [-v] [-t|-V] [-m | -o output-file]

   Prints symbolic input, frozen and state variables of the model with
   their range of values (as defined in the input file).

   Command Options:

   -s
          Prints state variables.

   -f
          Prints frozen variables.

   -i
          Prints input variables.

   -t
          Prints only the number of variables (among selected kinds),
          grouped by type. Incompatible with -V.

   -V
          Prints only the list of variables with their types (among
          selected kinds), and no other summary information. Incompatible
          with -t.

   -v
          Prints verbosely. With this option, all scalar variable values
          are printed

   -m
          Pipes the output to the program specified by the PAGER shell
          variable if defined, else through the UNIX command "more".

   -o output-file
          Writes the output generated by the command to output-file
     __________________________________________________________________

   Last updated on 2011/10/28 14h:49
