.flake8
.gitignore
BUILD.bazel
bootstrap.sh
build_frontend_wheel.sh
ci_checks.sh
env.sh
fetch-test-token.sh
pyproject.toml
requirements-lock.txt
requirements.in
requirements.txt
examples/BUILD.bazel
examples/run_simulation.ipynb
examples/run_simulation.py
examples/upload_file.py
pycollimator/__init__.py
pycollimator/api.py
pycollimator/diagrams.py
pycollimator/error.py
pycollimator/global_variables.py
pycollimator/hash.py
pycollimator/i18n.py
pycollimator/log.py
pycollimator/models.py
pycollimator/projects.py
pycollimator/results.py
pycollimator/simulation_hashed_file.py
pycollimator/simulations.py
pycollimator/utils.py
pycollimator/widgets.py
pycollimator.egg-info/PKG-INFO
pycollimator.egg-info/SOURCES.txt
pycollimator.egg-info/dependency_links.txt
pycollimator.egg-info/requires.txt
pycollimator.egg-info/top_level.txt
pycollimator/model_builder/README.md
pycollimator/model_builder/__init__.py
pycollimator/model_builder/core.py
pycollimator/model_builder/from_json.py
pycollimator/model_builder/id.py
pycollimator/model_builder/model.py
pycollimator/model_builder/schema_reader.py
pycollimator/model_builder/to_json.py
pycollimator/model_builder/to_python.py
pycollimator/model_builder/schemas/BUILD.bazel
pycollimator/model_builder/schemas/README.md
pycollimator/model_builder/schemas/block-class.schema.json
pycollimator/model_builder/schemas/blocks/core/Conditional.json
pycollimator/model_builder/schemas/blocks/core/abs.json
pycollimator/model_builder/schemas/blocks/core/adder.json
pycollimator/model_builder/schemas/blocks/core/battery_cell.json
pycollimator/model_builder/schemas/blocks/core/bus_creator.json
pycollimator/model_builder/schemas/blocks/core/bus_selector.json
pycollimator/model_builder/schemas/blocks/core/c_function.json
pycollimator/model_builder/schemas/blocks/core/chirp.json
pycollimator/model_builder/schemas/blocks/core/clock.json
pycollimator/model_builder/schemas/blocks/core/code_block_dev.json
pycollimator/model_builder/schemas/blocks/core/comparator.json
pycollimator/model_builder/schemas/blocks/core/constant.json
pycollimator/model_builder/schemas/blocks/core/coordinate_rotation.json
pycollimator/model_builder/schemas/blocks/core/coordinate_rotation_conversion.json
pycollimator/model_builder/schemas/blocks/core/cosine_wave.json
pycollimator/model_builder/schemas/blocks/core/cpp_function.json
pycollimator/model_builder/schemas/blocks/core/cross_product.json
pycollimator/model_builder/schemas/blocks/core/data_source.json
pycollimator/model_builder/schemas/blocks/core/dead_zone.json
pycollimator/model_builder/schemas/blocks/core/delay.json
pycollimator/model_builder/schemas/blocks/core/demux.json
pycollimator/model_builder/schemas/blocks/core/derivative.json
pycollimator/model_builder/schemas/blocks/core/derivative_discrete.json
pycollimator/model_builder/schemas/blocks/core/discrete_initializer.json
pycollimator/model_builder/schemas/blocks/core/dot_product.json
pycollimator/model_builder/schemas/blocks/core/drive_cycle.json
pycollimator/model_builder/schemas/blocks/core/edge_detection.json
pycollimator/model_builder/schemas/blocks/core/experiment_iterator.json
pycollimator/model_builder/schemas/blocks/core/experiment_model.json
pycollimator/model_builder/schemas/blocks/core/exponent.json
pycollimator/model_builder/schemas/blocks/core/filter_discrete.json
pycollimator/model_builder/schemas/blocks/core/gain.json
pycollimator/model_builder/schemas/blocks/core/generic.json
pycollimator/model_builder/schemas/blocks/core/group.json
pycollimator/model_builder/schemas/blocks/core/if_then_else.json
pycollimator/model_builder/schemas/blocks/core/image_segmentation.json
pycollimator/model_builder/schemas/blocks/core/image_source.json
pycollimator/model_builder/schemas/blocks/core/inport.json
pycollimator/model_builder/schemas/blocks/core/integrator.json
pycollimator/model_builder/schemas/blocks/core/integrator_discrete.json
pycollimator/model_builder/schemas/blocks/core/iterator.json
pycollimator/model_builder/schemas/blocks/core/log.json
pycollimator/model_builder/schemas/blocks/core/logical_operator.json
pycollimator/model_builder/schemas/blocks/core/lookup_table_1d.json
pycollimator/model_builder/schemas/blocks/core/lookup_table_2d.json
pycollimator/model_builder/schemas/blocks/core/loop_break.json
pycollimator/model_builder/schemas/blocks/core/loop_counter.json
pycollimator/model_builder/schemas/blocks/core/loop_memory.json
pycollimator/model_builder/schemas/blocks/core/matrix_concatenation.json
pycollimator/model_builder/schemas/blocks/core/matrix_inversion.json
pycollimator/model_builder/schemas/blocks/core/matrix_multiplication.json
pycollimator/model_builder/schemas/blocks/core/matrix_operator.json
pycollimator/model_builder/schemas/blocks/core/matrix_transposition.json
pycollimator/model_builder/schemas/blocks/core/min_max.json
pycollimator/model_builder/schemas/blocks/core/modelica_fmu.json
pycollimator/model_builder/schemas/blocks/core/mux.json
pycollimator/model_builder/schemas/blocks/core/object_detection.json
pycollimator/model_builder/schemas/blocks/core/offset.json
pycollimator/model_builder/schemas/blocks/core/outport.json
pycollimator/model_builder/schemas/blocks/core/pid.json
pycollimator/model_builder/schemas/blocks/core/pid_discrete.json
pycollimator/model_builder/schemas/blocks/core/power.json
pycollimator/model_builder/schemas/blocks/core/predictor.json
pycollimator/model_builder/schemas/blocks/core/product.json
pycollimator/model_builder/schemas/blocks/core/product_of_elements.json
pycollimator/model_builder/schemas/blocks/core/pulse.json
pycollimator/model_builder/schemas/blocks/core/python_function.json
pycollimator/model_builder/schemas/blocks/core/python_script.json
pycollimator/model_builder/schemas/blocks/core/quantizer.json
pycollimator/model_builder/schemas/blocks/core/ramp.json
pycollimator/model_builder/schemas/blocks/core/random_normal.json
pycollimator/model_builder/schemas/blocks/core/rate_limiter.json
pycollimator/model_builder/schemas/blocks/core/reciprocal.json
pycollimator/model_builder/schemas/blocks/core/reference_submodel.json
pycollimator/model_builder/schemas/blocks/core/relay.json
pycollimator/model_builder/schemas/blocks/core/replicator.json
pycollimator/model_builder/schemas/blocks/core/rigid_body.json
pycollimator/model_builder/schemas/blocks/core/saturate.json
pycollimator/model_builder/schemas/blocks/core/sawtooth.json
pycollimator/model_builder/schemas/blocks/core/scalar_broadcast.json
pycollimator/model_builder/schemas/blocks/core/signal_datatype_conversion.json
pycollimator/model_builder/schemas/blocks/core/sine_wave.json
pycollimator/model_builder/schemas/blocks/core/slice.json
pycollimator/model_builder/schemas/blocks/core/square_root.json
pycollimator/model_builder/schemas/blocks/core/stack.json
pycollimator/model_builder/schemas/blocks/core/state_machine.json
pycollimator/model_builder/schemas/blocks/core/state_space.json
pycollimator/model_builder/schemas/blocks/core/step.json
pycollimator/model_builder/schemas/blocks/core/stop.json
pycollimator/model_builder/schemas/blocks/core/submodel.json
pycollimator/model_builder/schemas/blocks/core/sum_of_elements.json
pycollimator/model_builder/schemas/blocks/core/transfer_function.json
pycollimator/model_builder/schemas/blocks/core/transfer_function_discrete.json
pycollimator/model_builder/schemas/blocks/core/trigonometric.json
pycollimator/model_builder/schemas/blocks/core/unit_delay.json
pycollimator/model_builder/schemas/blocks/core/video_sink.json
pycollimator/model_builder/schemas/blocks/core/video_source.json
pycollimator/model_builder/schemas/blocks/core/zero_order_hold.json
pycollimator/model_builder/schemas/instances/README.md
pycollimator/model_builder/schemas/instances/annotation-instance.schema.json
pycollimator/model_builder/schemas/instances/audit-log-action.schema.json
pycollimator/model_builder/schemas/instances/block-class-name.schema.json
pycollimator/model_builder/schemas/instances/block-class-name.template.json
pycollimator/model_builder/schemas/instances/block-instance.schema.json
pycollimator/model_builder/schemas/instances/codegen-config.schema.json
pycollimator/model_builder/schemas/instances/data-file.schema.json
pycollimator/model_builder/schemas/instances/file-output.schema.json
pycollimator/model_builder/schemas/instances/fmu-config.schema.json
pycollimator/model_builder/schemas/instances/linearization-config.schema.json
pycollimator/model_builder/schemas/instances/link-instance.schema.json
pycollimator/model_builder/schemas/instances/link-uiprops.schema.json
pycollimator/model_builder/schemas/instances/model-configuration.schema.json
pycollimator/model_builder/schemas/instances/model-diagram.schema.json
pycollimator/model_builder/schemas/instances/node-instance.schema.json
pycollimator/model_builder/schemas/instances/node-uiprops.schema.json
pycollimator/model_builder/schemas/instances/overrides.schema.json
pycollimator/model_builder/schemas/instances/param.schema.json
pycollimator/model_builder/schemas/instances/parameter-definition-uiprops.schema.json
pycollimator/model_builder/schemas/instances/parameter-definition.schema.json
pycollimator/model_builder/schemas/instances/parameter-definitions.schema.json
pycollimator/model_builder/schemas/instances/parameter-list.schema.json
pycollimator/model_builder/schemas/instances/parameter.schema.json
pycollimator/model_builder/schemas/instances/parameters.schema.json
pycollimator/model_builder/schemas/instances/port-connection.schema.json
pycollimator/model_builder/schemas/instances/port.schema.json
pycollimator/model_builder/schemas/instances/reference-submodel.schema.json
pycollimator/model_builder/schemas/instances/reference-submodels.schema.json
pycollimator/model_builder/schemas/instances/simulation-model.schema.json
pycollimator/model_builder/schemas/instances/state-link-instance.schema.json
pycollimator/model_builder/schemas/instances/state-machine-diagram.schema.json
pycollimator/model_builder/schemas/instances/state-node-instance.schema.json
pycollimator/model_builder/schemas/instances/statemachineblock-instance.schema.json
pycollimator/model_builder/schemas/instances/submodel-configuration.schema.json
pycollimator/model_builder/schemas/instances/submodel-instance.schema.json
pycollimator/model_builder/schemas/instances/submodel-port-definition.schema.json
pycollimator/model_builder/schemas/instances/submodel-port-definitions.schema.json
pycollimator/model_builder/schemas/instances/submodel-reference.schema.json
pycollimator/model_builder/schemas/instances/submodels-section.schema.json
pycollimator/model_builder/schemas/instances/uuid.schema.json
pycollimator/model_builder/schemas/instances/workspace-config.schema.json
pycollimator/model_builder/schemas/other/.prettierrc
pycollimator/model_builder/schemas/other/README.md
pycollimator/model_builder/schemas/other/cppBlock-modelDescription.ts
pycollimator/model_builder/schemas/other/fmi-2.0-model-description.schema.json
pycollimator/model_builder/schemas/other/fmi-2.0-modelDescription.ts
pycollimator/model_builder/schemas/v2/.prettierrc
pycollimator/model_builder/schemas/v2/README.md
pycollimator/model_builder/schemas/v2/generate.sh
pycollimator/model_builder/schemas/v2/model-overrides.ts
pycollimator/model_builder/schemas/v2/project-branch-prefs.ts
pycollimator/model_builder/schemas/v2/generated/all.schemas.json
pycollimator/model_builder/schemas/v2/websocket/chat-types.ts
pycollimator/model_builder/schemas/v2/websocket/websocket-message-type.ts
pycollimator/model_builder/schemas/v2/websocket/websocket-message.ts
pycollimator/model_builder/tools/BUILD.bazel
pycollimator/model_builder/tools/__init__.json
pycollimator/model_builder/tools/example_model.py
pycollimator/model_builder/tools/json_to_python.py
pycollimator/model_builder/tools/json_to_python_to_json.py
pycollimator/model_builder/tools/python_to_json.py
tests/__init__.py
tests/config-dev.json
tests/config-local.json
tests/test_auth.py
tests/test_datasource.py
tests/test_projects.py
tests/test_results.py
tests/test_simulations.py
tests/test_upload_file.py
tests/fixtures/stop.png
tests/fixtures/test_001.json
tests/fixtures/test_002.json
tests/fixtures/test_003.json
tests/fixtures/test_004.json
tests/fixtures/test_005.json
tests/fixtures/backups/db-backup.json