SysMLConnector
Warnlevel
control display of warnings for the SysMLConnector package
Calling Sequence
Parameters
Returns
Description
Examples
Warnlevel(n)
Warnlevel()
n
-
nonnegint; new warning level
nonnegint; the previous warning level
The Warnlevel(n) calling sequence sets the warning level for all commands in the SysMLConnector package to n. The greater n, the more warnings will be printed, and n=0 will suppress all warnings. The default warning level is 1. This is a global setting.
The Warnlevel() calling sequence just returns the current warning level.
with⁡SysMLConnector
ClearChangeSet,Commit,Connect,GetBinding,GetChildren,GetConstraint,GetInstances,GetSlots,GetValue,Login,Logout,PrintChangeSet,PrintElement,PutConstraint,PutValue,QualifiedNameOf,QueryModel,Warnlevel
The default warning level.
Warnlevel⁡
1
Suppress all warnings.
Warnlevel⁡0
0
See Also
Download Help Document