SysMLConnector
Login
log in to a SysML server
Logout
disconnect from a SysML server
Calling Sequence
Parameters
Description
Examples
Login(url, user=u, password=p)
Logout()
url
-
string; server URL
u
(optional) string; login or user name
p
(optional) string password
The Login(url, user=u, password=p) calling sequence performs a login to the SysML server located at url with the given credentials.
The Login(url) calling sequence pops up a window prompting the user to enter valid credentials for the SysML server at url.
The URL can optionally include a ":" followed by a port number after the server address.
The Logout() calling sequence terminates the current login session and disconnects from the server.
It is recommended to use always Logout() to disconnect from the server before quitting Maple.
with⁡SysMLConnector
ClearChangeSet,Commit,Connect,GetBinding,GetChildren,GetConstraint,GetInstances,GetSlots,GetValue,Login,Logout,PrintChangeSet,PrintElement,PutConstraint,PutValue,QualifiedNameOf,QueryModel,Warnlevel
Log into server with specified credentials.
Login⁡https://twc.mycompany.com:8111/,user=alice,password=a%5Wr^Xt0p@2
Query the user to enter credentials.
Login⁡https://twc.mycompany.com:8111/
After successful login, list all projects on the server.
Connect⁡
Logout⁡
See Also
Connect
Download Help Document