Overview of the SysMLConnector Toolbox
Calling Sequence
Description
List of SysMLConnector Toolbox Commands
SysMLConnector:-command(arguments)
command(arguments)
The SysMLConnector toolbox is a collection of tools for accessing and modifying SysML models. Currently version 19 of Teamwork Cloud (TWC) is supported and accessed through the server's RESTful API.
Each command in the SysMLConnector toolbox can be accessed by using either the long form or the short form of the command name in the command calling sequence.
The long form, SysMLConnector:-command, is always available. The short form can be used after loading the package using with.
The following is a list of available commands.
ClearChangeSet
Commit
Connect
GetChildren
GetInstances
GetSlots
Login
Logout
PrintChangeSet
PrintElement
QualifiedNameOf
QueryModel
Warnlevel
Most commands in the table above are for direct low-level access of SysML model elements. There are also a number of higher level commands which extract mathematical information from a model element and some elements related to it, and convert the result into Maple format.
GetBinding
GetConstraint
GetValue
PutConstraint
PutValue
See Connecting to Teamwork Cloud from Maple for an overview and some examples of the toolbox and its commands.
See Also
help
OpenAPI
UsingPackages
with
Download Help Document