Writeplt: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Benjamin
(Created page with "===Purpose=== Exports EVRI Model structures to Vision Air PLT files. ===Synopsis=== :success = writeplt(model,file); ===Description=== Converts an EVRI Model to a Vision...")
 
imported>Benjamin
No edit summary
Line 21: Line 21:
====Outputs====
====Outputs====
* '''success''' = A Boolean, indicating if the export process was successful (True/False).
* '''success''' = A Boolean, indicating if the export process was successful (True/False).
===See Also===
[[Alphabetical Index]] [[pltreadr]] [[visionairxmlreadr]]

Revision as of 16:11, 27 July 2017

Purpose

Exports EVRI Model structures to Vision Air PLT files.

Synopsis

success = writeplt(model,file);

Description

Converts an EVRI Model to a Vision Air PLT model, as a .PLT file.

Inputs

  • model = An EVRI Model to be exported to a Vision Air model PLT file.
  • file = One of the following identifications of files to read:
  • A string identifying the file to read
('example')
  • An empty array indicating that the user should be prompted to locate the file(s) to read
([])

Outputs

  • success = A Boolean, indicating if the export process was successful (True/False).

See Also

Alphabetical Index pltreadr visionairxmlreadr