DynamicSystems
PrintSystem
print the content of a system object
Calling Sequence
Parameters
Options
Description
Examples
PrintSystem( sys, opts )
sys
-
System; system object to print
opts
(optional) equation(s) of the form option = value; specify options for the PrintSystem command
compact = truefalse
Specifies how the model expression members are printed. If true, then each member is displayed in matrix format. If false, then each component of each matrix is displayed on a separate line. It has no effect with de systems, which do not use Matrices. The default is false.
interface = Standard or Classic
Specifies the format of the output. If Standard, the printed output is suited for the Standard interface. If Classic, the printed output is suited for either the Classic or tty interface. The default is appropriate for the interface.
uselabels = truefalse
Specifies whether labels %1, %2, etc., are used to represent common terms. Only used in the Standard interface. The default is false.
maxlength = nonnegint or infinity
Specifies the length use to break expressions. Only used with the Standard interface. The default is 120.
The PrintSystem command prints the content of sys, a system object.
See Also
Download Help Document