sysml.py icon indicating copy to clipboard operation
sysml.py copied to clipboard

A Python package for the Systems Modeling Language (SysML) for Model-based Systems Engineering (MBSE) applications

Results 28 sysml.py issues
Sort by recently updated
recently updated
newest added

The last commit is was more than a year ago, is this project still maintained or have you find a better alternative ?

Hi, I noticed this project a few years ago. I just cloned the codes and successfully installed on my computer. I tried to run system.py under sysml folder but I...

It would be useful to be able to save a SysML model as XML for import into other modeling tools.

The `ValueType` class (in `parametrics.py` module) should inherit the `UnitRegistry` behavior from [pint](https://pint.readthedocs.io/en/latest/tutorial.html) and [astropy](http://docs.astropy.org/en/stable/units/) and still be a subclass of `ModelElement`. `ValueType` can be implemented as either a decorated...

help wanted
needs design feedback
Hacktoberfest

i.e., Model class needs to be redesigned such that only one instance can be created. Implementation should be accompanied by unit tests.

help wanted
good first issue

Implement attributes, constructors, and methods for `Model()` class.

Epic
needs design input
SysML

A module for making API calls to OpenMBEE's [Model Management System (mms)](https://github.com/Open-MBEE/mms).

enhancement

This is most likely an issue related to mypy.

enhancement

This would be a method, `isValid()`, called from a `Model` object, for performing requirements validation. `isValid()` would recursively check if all requirements, or its derived requirements, contained in the model...

enhancement
needs design input
SysML

this might be as simple as uncommenting [L13](https://github.com/spacedecentral/SysML.py/blob/dev/.travis.yml#L13) or it may require some refactoring.

enhancement