GetAttachment - MapleSim Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

GetAttachment

get the attachment of the linked MapleSim model

 

Calling Sequence

Parameters

Returns

Options

Description

Examples

Calling Sequence

A := MapleSim:-LinkModel();

A:-GetAttachment(name)

Parameters

name

-

string ; name of the attachment to retrieve

Returns

• 

anything : contents of the specified attachment

Options

• 

skiprows = nonnegint

  

Used with a spreadsheet or CSV file to skip rows at the top of the data file. The default is 0, which does not skip any files.

Description

• 

A:-GetAttachment returns the contents of the specified attachment of the linked model A.

• 

The A := MapleSim:-LinkModel() statement needs to be run prior to successfully using any of the ModelObject A's export functions.

Examples

Linking to a MapleSim model (located in .msim file):

AMapleSim:-LinkModelfilename=catkerneloptstoolboxdir=MapleSim,/data/examples/RLCcircuit.msim:

Setting the attachment to the linked MapleSim Model:

datathis will be the ship

datathis will be the ship

(1)

A:-SetAttachmentdata.txt,data,category=other

Listing the attachments of the linked MapleSim Model:

A:-ListAttachments

data.txt

(2)

Getting the data from the specified attachment of the linked MapleSim Model:

A:-GetAttachmentdata.txt

this will be the ship

(3)

See Also

MapleSim

MapleSim[LinkModel]

MapleSim[LinkModel][ListAttachments]

MapleSim[LinkModel][SetAttachment]

 


Download Help Document