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

Online Help

All Products    Maple    MapleSim


SysMLConnector

  

Login

  

log in to a SysML server

  

Logout

  

disconnect from a SysML server

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Login(url, user=u, password=p)

Logout()

Parameters

url

-

string; server URL

u

-

(optional) string; login or user name

p

-

(optional) string password

Description

• 

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.

Examples

withSysMLConnector

ClearChangeSet,Commit,Connect,GetBinding,GetChildren,GetConstraint,GetInstances,GetSlots,GetValue,Login,Logout,PrintChangeSet,PrintElement,PutConstraint,PutValue,QualifiedNameOf,QueryModel,Warnlevel

(1)

Log into server with specified credentials.

Loginhttps://twc.mycompany.com:8111/,user=alice,password=a%5Wr^Xt0p@2

Query the user to enter credentials.

Loginhttps://twc.mycompany.com:8111/

After successful login, list all projects on the server.

Connect

Logout

See Also

Connect

SysMLConnector