sysml-v2-parser 0.14.0

SysML v2 textual notation parser for Rust
Documentation
1
2
3
4
5
6
7
8
9
package P {
part def Display {
    doc /* Segment LCD glass; COM/SEG from MCU LCD controller; shows MM:SS. */
    attribute format : String;
    port cmd : ~DisplayCommandPort;
    port lcdIn : ~LcdSegmentDrivePort;
    port pwr : DevicePower { :>> maxCurrent = 0.01 [A]; }
}
}