BlockImporter[PrintSummary] - print a summary of the system data structure
|
Calling Sequence
|
|
PrintSummary( sys, opts )
|
|
Parameters
|
|
sys
|
-
|
record; system data
|
opts
|
-
|
(optional) equation(s) of the form option = value; specify options for the PrintSummary command
|
|
|
|
|
Description
|
|
•
|
The PrintSummary command prints a summary of a BlockImporter data structure. This command is only for display, it returns NULL.
|
|
|
Options
|
|
|
Specifies how the elements of the fields of the data structure are printed. If true, then all the elements of a field are displayed on one line (which may wrap). If false, then each element is displayed on a separate line. The default is true.
|
|
|
Examples
|
|
>
|
|
Create an example of an imported data structure.
>
|
|
| (1) |
Print a summary of the data structure. By default the summary is printed in a compact form.
>
|
|
| (2) |
Use the compact = false option to print an expanded form.
>
|
|
| (3) |
|
|
Download Help Document
Was this information helpful?