fmu-manipulation-toolbox 1.8.4.1__py3-none-any.whl → 1.8.4.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- fmu_manipulation_toolbox/__version__.py +1 -1
- fmu_manipulation_toolbox/fmu_container.py +3 -2
- fmu_manipulation_toolbox/resources/linux64/container.so +0 -0
- fmu_manipulation_toolbox/resources/win32/client_sm.dll +0 -0
- fmu_manipulation_toolbox/resources/win32/server_sm.exe +0 -0
- fmu_manipulation_toolbox/resources/win64/client_sm.dll +0 -0
- fmu_manipulation_toolbox/resources/win64/container.dll +0 -0
- fmu_manipulation_toolbox/resources/win64/server_sm.exe +0 -0
- {fmu_manipulation_toolbox-1.8.4.1.dist-info → fmu_manipulation_toolbox-1.8.4.2.dist-info}/METADATA +1 -1
- {fmu_manipulation_toolbox-1.8.4.1.dist-info → fmu_manipulation_toolbox-1.8.4.2.dist-info}/RECORD +14 -14
- {fmu_manipulation_toolbox-1.8.4.1.dist-info → fmu_manipulation_toolbox-1.8.4.2.dist-info}/WHEEL +1 -1
- {fmu_manipulation_toolbox-1.8.4.1.dist-info → fmu_manipulation_toolbox-1.8.4.2.dist-info}/entry_points.txt +0 -0
- {fmu_manipulation_toolbox-1.8.4.1.dist-info → fmu_manipulation_toolbox-1.8.4.2.dist-info}/licenses/LICENSE.txt +0 -0
- {fmu_manipulation_toolbox-1.8.4.1.dist-info → fmu_manipulation_toolbox-1.8.4.2.dist-info}/top_level.txt +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
'V1.8.4.
|
|
1
|
+
'V1.8.4.2'
|
|
@@ -683,10 +683,11 @@ class FMUContainer:
|
|
|
683
683
|
print(f"{vr} {cport.port.vr}", file=txt_file)
|
|
684
684
|
|
|
685
685
|
for type_name in type_names_list:
|
|
686
|
-
print(f"# Start values of {fmu.name} - {type_name}: <FMU_VR> <VALUE>", file=txt_file)
|
|
686
|
+
print(f"# Start values of {fmu.name} - {type_name}: <FMU_VR> <RESET> <VALUE>", file=txt_file)
|
|
687
687
|
print(len(start_values_fmu_per_type[type_name][fmu.name]), file=txt_file)
|
|
688
688
|
for cport, value in start_values_fmu_per_type[type_name][fmu.name].items():
|
|
689
|
-
|
|
689
|
+
reset = 1 if cport.port.causality == "input" else 0
|
|
690
|
+
print(f"{cport.port.vr} {reset} {value}", file=txt_file)
|
|
690
691
|
|
|
691
692
|
for type_name in type_names_list:
|
|
692
693
|
print(f"# Outputs of {fmu.name} - {type_name}: <VR> <FMU_VR>", file=txt_file)
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
{fmu_manipulation_toolbox-1.8.4.1.dist-info → fmu_manipulation_toolbox-1.8.4.2.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fmu_manipulation_toolbox
|
|
3
|
-
Version: 1.8.4.
|
|
3
|
+
Version: 1.8.4.2
|
|
4
4
|
Summary: FMU Manipulation Toolbox is a python application for modifying Functional Mock-up Units (FMUs) without recompilation or bundling them into FMU Containers
|
|
5
5
|
Home-page: https://github.com/grouperenault/fmu_manipulation_toolbox/
|
|
6
6
|
Author: Nicolas.LAURENT@Renault.com
|
{fmu_manipulation_toolbox-1.8.4.1.dist-info → fmu_manipulation_toolbox-1.8.4.2.dist-info}/RECORD
RENAMED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
fmu_manipulation_toolbox/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
2
2
|
fmu_manipulation_toolbox/__main__.py,sha256=mAzrtkil506DS0F3g3CEbHdtZsZotzntcNhIn_lNJkw,344
|
|
3
|
-
fmu_manipulation_toolbox/__version__.py,sha256=
|
|
3
|
+
fmu_manipulation_toolbox/__version__.py,sha256=vbA2PnDOjiDFno4jP-M0y6R9JokolhfKoGCcSEnSP9I,11
|
|
4
4
|
fmu_manipulation_toolbox/assembly.py,sha256=p8c8l2BLexns21ADr8WhmedLO015Oma1tOHEYZwvgpk,25900
|
|
5
5
|
fmu_manipulation_toolbox/checker.py,sha256=lE2MpH4BAKCDjUvbr06N56u7ao8hWXaJgMKaLvmhFTQ,2272
|
|
6
6
|
fmu_manipulation_toolbox/cli.py,sha256=2p5T1qp7kTcMlScwmvXyUfEmAIGSJsld96ObY216QMA,10616
|
|
7
|
-
fmu_manipulation_toolbox/fmu_container.py,sha256=
|
|
7
|
+
fmu_manipulation_toolbox/fmu_container.py,sha256=V6-pcAdkj380h16Gbxe0kmzfw1n8GDoqmpI270v2ZsE,32079
|
|
8
8
|
fmu_manipulation_toolbox/fmu_operations.py,sha256=zxsbwnfctmTv-wU37GiiaX3CFM7LmvXAVDCNpdVyRZo,15886
|
|
9
9
|
fmu_manipulation_toolbox/gui.py,sha256=3y_3CjPr-R-Oa5DTCm0LLnOLVG0_IFjadpNjACAmayQ,29222
|
|
10
10
|
fmu_manipulation_toolbox/gui_style.py,sha256=uzEruJumnC5Vf2cfHXVa_c-SHAQoTvDWemro3-b9Mpc,6492
|
|
@@ -37,16 +37,16 @@ fmu_manipulation_toolbox/resources/fmi-2.0/fmi2VariableDependency.xsd,sha256=Tc9
|
|
|
37
37
|
fmu_manipulation_toolbox/resources/linux32/client_sm.so,sha256=xVdY2zy13pa2DcvFiweSNpp7E6DiONqeoBdlcJHrW_k,35940
|
|
38
38
|
fmu_manipulation_toolbox/resources/linux32/server_sm,sha256=1TLGqNPyM5UVOrCfzNqWyF6ClLksY3EiY3CSsrnp6c0,22836
|
|
39
39
|
fmu_manipulation_toolbox/resources/linux64/client_sm.so,sha256=EhY1XHo1YcQn6yqZ7wk5okqtZyp0MrcCsGcudqE-aIM,37000
|
|
40
|
-
fmu_manipulation_toolbox/resources/linux64/container.so,sha256=
|
|
40
|
+
fmu_manipulation_toolbox/resources/linux64/container.so,sha256=iUEGHpS_2Exrn8mF-Sk4odb6X0zmqhKTsset8RStBiU,50200
|
|
41
41
|
fmu_manipulation_toolbox/resources/linux64/server_sm,sha256=ulfoPvmaYe9nInYcVEyj7mD9zDzGk56OUoWx1mPKLiE,22768
|
|
42
|
-
fmu_manipulation_toolbox/resources/win32/client_sm.dll,sha256=
|
|
43
|
-
fmu_manipulation_toolbox/resources/win32/server_sm.exe,sha256=
|
|
44
|
-
fmu_manipulation_toolbox/resources/win64/client_sm.dll,sha256
|
|
45
|
-
fmu_manipulation_toolbox/resources/win64/container.dll,sha256=
|
|
46
|
-
fmu_manipulation_toolbox/resources/win64/server_sm.exe,sha256=
|
|
47
|
-
fmu_manipulation_toolbox-1.8.4.
|
|
48
|
-
fmu_manipulation_toolbox-1.8.4.
|
|
49
|
-
fmu_manipulation_toolbox-1.8.4.
|
|
50
|
-
fmu_manipulation_toolbox-1.8.4.
|
|
51
|
-
fmu_manipulation_toolbox-1.8.4.
|
|
52
|
-
fmu_manipulation_toolbox-1.8.4.
|
|
42
|
+
fmu_manipulation_toolbox/resources/win32/client_sm.dll,sha256=U-m91I-su8fJDAktSbYZooYFrTWzO2fo71pXSGAMa5w,17920
|
|
43
|
+
fmu_manipulation_toolbox/resources/win32/server_sm.exe,sha256=ZR2V_vVVO8ThZGTyhyyCFjH7a4VhovPZeuOK2cyYRqg,15872
|
|
44
|
+
fmu_manipulation_toolbox/resources/win64/client_sm.dll,sha256=-wE4r828dCRw1Y49RVLDIW4uWz31KzJgUegbVVD7NAo,22016
|
|
45
|
+
fmu_manipulation_toolbox/resources/win64/container.dll,sha256=1xugP0dNxK-NoyQFJBQWwKwqj0sAdvC2sb9ygkPWbLI,40960
|
|
46
|
+
fmu_manipulation_toolbox/resources/win64/server_sm.exe,sha256=pM72dQA7-KVfXsZvlPLyA_uzu5TXkg9vBVzDuC9m6aw,19456
|
|
47
|
+
fmu_manipulation_toolbox-1.8.4.2.dist-info/licenses/LICENSE.txt,sha256=c_862mzyk6ownO3Gt6cVs0-53IXLi_-ZEQFNDVabESw,1285
|
|
48
|
+
fmu_manipulation_toolbox-1.8.4.2.dist-info/METADATA,sha256=52utWEt90eBOHIxXqxotiOTZDnfs06jT0M2fGFaMcec,1157
|
|
49
|
+
fmu_manipulation_toolbox-1.8.4.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
50
|
+
fmu_manipulation_toolbox-1.8.4.2.dist-info/entry_points.txt,sha256=jCPLMBdS-eOvmRfDv7n0wHZSbJHccHviW03mz5vwO-Q,124
|
|
51
|
+
fmu_manipulation_toolbox-1.8.4.2.dist-info/top_level.txt,sha256=9D_h-5BMjSqf9z-XFkbJL_bMppR2XNYW3WNuPkXou0k,25
|
|
52
|
+
fmu_manipulation_toolbox-1.8.4.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|