Writeplt: Difference between revisions
Jump to navigation
Jump to search
imported>Benjamin mNo edit summary |
imported>Benjamin mNo edit summary |
||
Line 24: | Line 24: | ||
===See Also=== | ===See Also=== | ||
[[Alphabetical Index]], [[Data Importing Formats]], [[pltreadr]], [[visionairxmlreadr]] | [[Alphabetical Index]], [[Data Importing Formats]], [[textreadr]], [[pltreadr]], [[visionairxmlreadr]] |
Latest revision as of 12:01, 7 September 2017
Purpose
Exports EVRI Model structures to Vision Air PLT files.
Synopsis
- success = writeplt(model,file);
- success = writeplt(model);
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, Data Importing Formats, textreadr, pltreadr, visionairxmlreadr