Method ssm/dotview


  DOTVIEW  view an ssm object via the DOT interpreter.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: DOTVIEW view an ssm object via the DOT interpreter. 
  
  The ssm object is converted to a dot file (www.graphviz.org) then: 
  1) rendered to the format specified inside the user's LTPDA Toolbox Preferences
  (accessible via the dedicated GUI or typing "LTPDAprefs" on the Matlb terminal) 
  2) opened with the chosen viewer. 
  3) The graphic file is kept.
 
  CALL:        dotview(s, pl);
               dotview(s, 'my_filename');
               dotview(s);                % Displays only the diagram
 
  INPUTS:      h   - ssm object
               pl  - plist of options
  
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ssm
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
FILENAME '' none the file name for the graphic file
VIEW 1
  • 1
  • 0
true or false to view or not
back to top back to top

Some information of the method ssm/dotview are listed below:
Class name ssm
Method name dotview
Category Output
Package name ltpda
VCS Version 3542afe99dea25c636b7ac3b82a9f6f8be9d447d
Min input args 1
Max input args -1
Min output args 0
Max output args 0




©LTP Team