Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
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.
The sys parameter is a record of the data structure, which is defined in BlockImporter[datastructure].
Options
compact = truefalse
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.
Print a summary of the data structure. By default the summary is printed in a compact form.
Equations [24]:
State Variables [3]:
Initial Equations [3]:
Source Equations [2]:
Input Variables [2]:
Output Variables [1]:
Parameters [2]:
Use the compact = false option to print an expanded form.
See Also
BlockImporter, BlockImporter[datastructure], BlockImporter[Import], BlockImporter[SimplifyModel]
Download Help Document