diff --git a/ChangeLog.md b/ChangeLog.md index 801cb16..983056f 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,10 +1,10 @@ # Change Log -## Next Version 2.3.0 +## Version 2.3.0 (July, 2023) App -- WIP: Add simple apps to the project. +- Vehicle1D performance design app is added. Files and folders organization @@ -16,7 +16,7 @@ Files and folders organization GitHub repository UX - Sinced 2.2.0, Live Scripts were converted to Jupiter Notebooks - so that they could be viewed directly in github web site in the browser. + so that they could be viewed directly in GitHub web site in the browser. Now Markdown files are used instead of Jupyter Notebooks. Markdown files are stored under the "Markdowns" folder for the corresponding Live Scripts. diff --git a/README.md b/README.md index f1fecc7..8c08a2a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![View Battery Electric Vehicle Model in Simscape on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/82250-battery-electric-vehicle-model-in-simscape) -Version 2.2 +Version 2.3 ## Introduction @@ -41,6 +41,13 @@ Watch the [YouTube video][url_yt] introducing the model. [url_yt]:https://www.youtube.com/watch?v=i07MNXZc42c +## What's New in 2.3 (June, 2024) + +- The project has been updated to MATLAB R2024a. +- Vehicle1D performance design app is added. +- For veiwing Live Scripts in the GitHub web site in the browser, + they are converted to Markdown files and collected in the Markdown folder. + ## What's New in 2.2 (September, 2023) - The project has been updated to MATLAB R2023b. diff --git a/Utility/AboutBEVProject.ipynb b/Utility/AboutBEVProject.ipynb deleted file mode 100644 index 6b0587a..0000000 --- a/Utility/AboutBEVProject.ipynb +++ /dev/null @@ -1,445 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "\n", - "# About BEV Project\n", - "\n", - "This Live Script reports about some details of the BEV project. For information about MATLAB Project, see [Projects](https://www.mathworks.com/help/matlab/projects.html) in the documentation. For information about the object of MATLAB Project, see [matlab.project.Project](https://www.mathworks.com/help/matlab/ref/matlab.project.project.html).\n", - "" - ] - }, - { - "cell_type": "code", - "execution_count": 1, - "metadata": {}, - "source": [ - "% Check if any MATLAB Project is currently open.\n", - "if not(isempty(matlab.project.rootProject))\n", - " prj = currentProject;\n", - " disp(prj.Name)\n", - " rootfolder = prj.RootFolder;\n", - "else\n", - " disp(\"No project is open.\")\n", - " return\n", - "end" - ], - "outputs": [ - { - "data": { - "text/plain": [ - "Simscape Battery Electric Vehicle Model" - ] - }, - "metadata": {}, - "execution_count": 1, - "output_type": "execute_result" - } - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Project Paths" - ] - }, - { - "cell_type": "code", - "execution_count": 2, - "metadata": {}, - "source": [ - "paths = [prj.ProjectPath.StoredLocation]';\n", - "disp(paths)" - ], - "outputs": [ - { - "data": { - "text/plain": [ - " \"\"\n", - " \"BEV\"\n", - " \"BEV/SimulationCases\"\n", - " \"BEV/Test\"\n", - " \"BEV/Utility\"\n", - " \"BEV/Utility/Configuration\"\n", - " \"BEV/Utility/Images\"\n", - " \"BEV/Utility/LocalTasks\"\n", - " \"Components\"\n", - " \"Components/BEVController\"\n", - " \"Components/BEVController/Harness\"\n", - " \"Components/BEVController/SimulationCases\"\n", - " \"Components/BEVController/Test\"\n", - " \"Components/BEVController/Utility\"\n", - " \"Components/BEVController/Utility/Configuration\"\n", - " \"Components/BatteryHighVoltage\"\n", - " \"Components/BatteryHighVoltage/Harness\"\n", - " \"Components/BatteryHighVoltage/Model-TabledBased\"\n", - " \"Components/BatteryHighVoltage/SimulationCases\"\n", - " \"Components/BatteryHighVoltage/Test\"\n", - " \"Components/BatteryHighVoltage/Utility\"\n", - " \"Components/BatteryHighVoltage/Utility/Configuration\"\n", - " \"Components/BatteryHighVoltage/Utility/Images\"\n", - " \"Components/BatteryHighVoltage/Utility/LocalTasks\"\n", - " \"Components/ControllerAndEnvironment\"\n", - " \"Components/ControllerAndEnvironment/Harness\"\n", - " \"Components/ControllerAndEnvironment/Harness/Components\"\n", - " \"Components/ControllerAndEnvironment/Harness/Components/Vehicle\"\n", - " \"Components/ControllerAndEnvironment/Harness/Components/Vehicle/Harness\"\n", - " \"Components/ControllerAndEnvironment/Harness/Components/Vehicle/SimulationCases\"\n", - " \"Components/ControllerAndEnvironment/Harness/Components/Vehicle/Test\"\n", - " \"Components/ControllerAndEnvironment/Harness/Components/Vehicle/Utility\"\n", - " \"Components/ControllerAndEnvironment/Harness/Components/Vehicle/Utility/Configuration\"\n", - " \"Components/ControllerAndEnvironment/SimulationCases\"\n", - " \"Components/ControllerAndEnvironment/Test\"\n", - " \"Components/ControllerAndEnvironment/Utility\"\n", - " \"Components/ControllerAndEnvironment/Utility/Configuration\"\n", - " \"Components/MotorDriveUnit\"\n", - " \"Components/MotorDriveUnit/Harness\"\n", - " \"Components/MotorDriveUnit/Notes-Efficiency\"\n", - " \"Components/MotorDriveUnit/SimulationCases\"\n", - " \"Components/MotorDriveUnit/Test\"\n", - " \"Components/MotorDriveUnit/Utility\"\n", - " \"Components/MotorDriveUnit/Utility/Configuration\"\n", - " \"Components/MotorDriveUnit/Utility/Images\"\n", - " \"Components/Reducer\"\n", - " \"Components/Reducer/Utility\"\n", - " \"Components/Reducer/Utility/Images\"\n", - " \"Components/Vehicle1D\"\n", - " \"Components/Vehicle1D/Custom\"\n", - " \"Components/Vehicle1D/Harness\"\n", - " \"Components/Vehicle1D/SimulationCases\"\n", - " \"Components/Vehicle1D/Test\"\n", - " \"Components/Vehicle1D/Utility\"\n", - " \"Components/Vehicle1D/Utility/Configuration\"\n", - " \"Components/Vehicle1D/Utility/Images\"\n", - " \"Components/VehicleSpeedReference\"\n", - " \"Components/VehicleSpeedReference/Harness\"\n", - " \"Components/VehicleSpeedReference/SimulationCases\"\n", - " \"Components/VehicleSpeedReference/Test\"\n", - " \"Components/VehicleSpeedReference/Utility\"\n", - " \"Components/VehicleSpeedReference/Utility/Configuration\"\n", - " \"DetailedModelApplications\"\n", - " \"DetailedModelApplications/MotorDrivePmsmFem\"\n", - " \"DetailedModelApplications/MotorPmsmFem\"\n", - " \"Interface\"\n", - " \"Test\"\n", - " \"Test/CheckProject\"\n", - " \"Utility\"\n", - " \"Utility/Checks\"\n", - " \"Utility/LocalTasks\"\n", - " \"Utility/SignalDesigner\"\n", - " \"Utility/TestTools\"\n", - " \"simcache\"" - ] - }, - "metadata": {}, - "execution_count": 2, - "output_type": "execute_result" - } - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Startup Files" - ] - }, - { - "cell_type": "code", - "execution_count": 3, - "metadata": {}, - "source": [ - "startups = extractAfter([prj.StartupFiles]', rootfolder);\n", - "disp(startups)" - ], - "outputs": [ - { - "data": { - "text/plain": [ - " \"\\Utility\\atProjectStartUp.m\"\n", - " \"\\BEVProject_main_script.html\"" - ] - }, - "metadata": {}, - "execution_count": 3, - "output_type": "execute_result" - } - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "### Simulink cache folder" - ] - }, - { - "cell_type": "code", - "execution_count": 4, - "metadata": {}, - "source": [ - "simcache = extractAfter(prj.SimulinkCacheFolder, rootfolder);\n", - "disp(simcache)" - ], - "outputs": [ - { - "data": { - "text/plain": [ - "\\simcache" - ] - }, - "metadata": {}, - "execution_count": 4, - "output_type": "execute_result" - } - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Files in Project\n", - "\n", - "The number of files in the project\n", - "" - ] - }, - { - "cell_type": "code", - "execution_count": 5, - "metadata": {}, - "source": [ - "numel(prj.Files)" - ], - "outputs": [ - { - "data": { - "text/plain": [ - "ans = 405" - ] - }, - "metadata": {}, - "execution_count": 5, - "output_type": "execute_result" - } - ] - }, - { - "cell_type": "code", - "execution_count": 6, - "metadata": {}, - "source": [ - "files = extractAfter([prj.Files.Path]', rootfolder);\n", - "% disp(files)" - ], - "outputs": [] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "\n", - "System Models\n", - "" - ] - }, - { - "cell_type": "code", - "execution_count": 7, - "metadata": {}, - "source": [ - "idx = contains(files, \"system_model\", IgnoreCase=true);\n", - "sysmdls = files(idx);\n", - "disp(sysmdls)" - ], - "outputs": [ - { - "data": { - "text/plain": [ - " \"\\BEV\\BEV_system_model.mdl\"\n", - " \"\\BEV\\Utility\\Images\\BEV_system_model_screenshot.png\"" - ] - }, - "metadata": {}, - "execution_count": 7, - "output_type": "execute_result" - } - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "\n", - "Referenced Subsystems\n", - "" - ] - }, - { - "cell_type": "code", - "execution_count": 8, - "metadata": {}, - "source": [ - "idx = contains(files, \"refsub\", IgnoreCase=true);\n", - "refsubs = files(idx);\n", - "numel(refsubs)" - ], - "outputs": [ - { - "data": { - "text/plain": [ - "ans = 44" - ] - }, - "metadata": {}, - "execution_count": 8, - "output_type": "execute_result" - } - ] - }, - { - "cell_type": "code", - "execution_count": 9, - "metadata": {}, - "source": [ - "disp(refsubs)" - ], - "outputs": [ - { - "data": { - "text/plain": [ - " \"\\Components\\BEVController\\BEVController_refsub_Basic.mdl\"\n", - " \"\\Components\\BEVController\\BEVController_refsub_Basic_params.m\"\n", - " \"\\Components\\BEVController\\Utility\\Configuration\\BEVController_useRefsub.m\"\n", - " \"\\Components\\BEVController\\Utility\\Configuration\\BEVController_useRefsub_Basic.m\"\n", - " \"\\Components\\BatteryHighVoltage\\BatteryHV_refsub_Basic.mdl\"\n", - " \"\\Components\\BatteryHighVoltage\\BatteryHV_refsub_Basic_params.m\"\n", - " \"\\Components\\BatteryHighVoltage\\BatteryHV_refsub_System.mdl\"\n", - " \"\\Components\\BatteryHighVoltage\\BatteryHV_refsub_SystemSimple.mdl\"\n", - " \"\\Components\\BatteryHighVoltage\\BatteryHV_refsub_SystemSimple_params.m\"\n", - " \"\\Components\\BatteryHighVoltage\\BatteryHV_refsub_SystemTable.mdl\"\n", - " \"\\Components\\BatteryHighVoltage\\BatteryHV_refsub_SystemTable_params.m\"\n", - " \"\\Components\\BatteryHighVoltage\\BatteryHV_refsub_System_params.m\"\n", - " \"\\Components\\BatteryHighVoltage\\Utility\\Configuration\\BatteryHV_useRefsub.m\"\n", - " \"\\Components\\BatteryHighVoltage\\Utility\\Configuration\\BatteryHV_useRefsub_Basic.m\"\n", - " \"\\Components\\BatteryHighVoltage\\Utility\\Configuration\\BatteryHV_useRefsub_System.m\"\n", - " \"\\Components\\BatteryHighVoltage\\Utility\\Configuration\\BatteryHV_useRefsub_SystemSimple.m\"\n", - " \"\\Components\\BatteryHighVoltage\\Utility\\Configuration\\BatteryHV_useRefsub_SystemTable.m\"\n", - " \"\\Components\\ControllerAndEnvironment\\CtrlEnv_refsub_Basic.mdl\"\n", - " \"\\Components\\ControllerAndEnvironment\\CtrlEnv_refsub_Basic_params.m\"\n", - " \"\\Components\\ControllerAndEnvironment\\Harness\\Components\\Vehicle\\CtrlEnv_Vehicle_refsub.mdl\"\n", - " \"\\Components\\ControllerAndEnvironment\\Harness\\Components\\Vehicle\\CtrlEnv_Vehicle_refsub_params.m\"\n", - " \"\\Components\\MotorDriveUnit\\MotorDriveUnit_refsub_Basic.mdl\"\n", - " \"\\Components\\MotorDriveUnit\\MotorDriveUnit_refsub_BasicThermal.mdl\"\n", - " \"\\Components\\MotorDriveUnit\\MotorDriveUnit_refsub_BasicThermal_params.m\"\n", - " \"\\Components\\MotorDriveUnit\\MotorDriveUnit_refsub_Basic_params.m\"\n", - " \"\\Components\\MotorDriveUnit\\MotorDriveUnit_refsub_System.mdl\"\n", - " \"\\Components\\MotorDriveUnit\\MotorDriveUnit_refsub_SystemTable.mdl\"\n", - " \"\\Components\\MotorDriveUnit\\MotorDriveUnit_refsub_SystemTable_params.m\"\n", - " \"\\Components\\MotorDriveUnit\\MotorDriveUnit_refsub_System_params.m\"\n", - " \"\\Components\\MotorDriveUnit\\Utility\\Configuration\\MotorDriveUnit_useRefsub.m\"\n", - " \"\\Components\\MotorDriveUnit\\Utility\\Configuration\\MotorDriveUnit_useRefsub_Basic.m\"\n", - " \"\\Components\\MotorDriveUnit\\Utility\\Configuration\\MotorDriveUnit_useRefsub_BasicThermal.m\"\n", - " \"\\Components\\MotorDriveUnit\\Utility\\Configuration\\MotorDriveUnit_useRefsub_System.m\"\n", - " \"\\Components\\MotorDriveUnit\\Utility\\Configuration\\MotorDriveUnit_useRefsub_SystemTable.m\"\n", - " \"\\Components\\MotorDriveUnit\\Utility\\Images\\MotorDriveUnit_refsub_Basic_efficiency.png\"\n", - " \"\\Components\\MotorDriveUnit\\Utility\\Images\\MotorDriveUnit_refsub_System_efficiency.png\"\n", - " \"\\Components\\Reducer\\Reducer_refsub_Basic.mdl\"\n", - " \"\\Components\\Reducer\\Reducer_refsub_Basic_params.m\"\n", - " \"\\Components\\Vehicle1D\\Custom\\Vehicle1D_refsub_Custom.mdl\"\n", - " \"\\Components\\Vehicle1D\\Utility\\Images\\Vehicle1D_refsub_Basic_ResistingForcePower.png\"\n", - " \"\\Components\\Vehicle1D\\Vehicle1D_refsub_Basic.mdl\"\n", - " \"\\Components\\Vehicle1D\\Vehicle1D_refsub_Basic_params.m\"\n", - " \"\\Components\\VehicleSpeedReference\\VehSpdRef_refsub_Basic.mdl\"\n", - " \"\\DetailedModelApplications\\MotorPmsmFem\\PmsmFemRefSub.mdl\"" - ] - }, - "metadata": {}, - "execution_count": 9, - "output_type": "execute_result" - } - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "\n", - "Simscape custom components\n", - "" - ] - }, - { - "cell_type": "code", - "execution_count": 10, - "metadata": {}, - "source": [ - "idx = endsWith(files, \".ssc\");\n", - "sscfiles = files(idx);\n", - "numel(sscfiles)" - ], - "outputs": [ - { - "data": { - "text/plain": [ - "ans = 1" - ] - }, - "metadata": {}, - "execution_count": 10, - "output_type": "execute_result" - } - ] - }, - { - "cell_type": "code", - "execution_count": 11, - "metadata": {}, - "source": [ - "disp(sscfiles)" - ], - "outputs": [ - { - "data": { - "text/plain": [ - "\\Components\\Vehicle1D\\Custom\\Vehicle1D_Custom.ssc" - ] - }, - "metadata": {}, - "execution_count": 11, - "output_type": "execute_result" - } - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "\n", - "*Copyright 2022-2023 The MathWorks, Inc.*\n", - "\n", - "" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "MATLAB (matlabkernel)", - "language": "matlab", - "name": "matlab" - }, - "language_info": { - "file_extension": ".m", - "mimetype": "text/matlab", - "name": "matlab", - "nbconvert_exporter": "matlab", - "pygments_lexer": "matlab", - "version": "23.2.0.2459199" - } - }, - "nbformat": 4, - "nbformat_minor": 4 -} \ No newline at end of file diff --git a/Utility/SignalDesigner/SignalDesigner_example.ipynb b/Utility/SignalDesigner/SignalDesigner_example.ipynb deleted file mode 100644 index 243208b..0000000 --- a/Utility/SignalDesigner/SignalDesigner_example.ipynb +++ /dev/null @@ -1,564 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "\n", - "\n", - "# Using Signal Designer and Signal Source Block Library\n", - "\n", - "[**Signal Designer**](SignalDesigner.m) lets you define a signal trace using simple parameterization scheme to define the shape of a signal. Signal Designer can create the following three types of signals.\n", - "\n", - "- **Continuous multi-step signal** is a signal trace consisting of smoothly connected flat segments.\n", - "- **Continuous signal** is a smooth signal trace.\n", - "- **Piece-wise constant signal** is a signal trace consisting of constant segments that are connected with discrete jumps.\n", - "\n", - "Accompanying [**Signal Source Block Library**](SignalSourceBlockLibrary) provides four blocks to generate signals in Simulink: **Continuous Multi-Step block**, **Continous block**, **Piece-Wise Constant block**, and **Trace Generator block**. These blocks internally use Signal Designer.\n", - "\n", - "\n", - "\"image_0.png\"\n", - "\n", - "\n", - "This Live Script describes each block and shows example uses of Signal Designer in MATLAB.\n", - "\n", - "\n", - "## Table of Contents\n", - "[Continuous Multi-Step](#H_B8D9F8D4)\n", - "\n", - "[Continuous](#H_6CEACC67)\n", - "\n", - "[Piece-Wise Constant](#H_53999B69)\n", - "\n", - "[Trace Generator](#H_7D36F555)\n", - "\n", - "\n", - "\n", - "## Continuous Multi-Step\n", - "\n", - "Continuous Multi-Step block has two parameters:\n", - "\n", - "

\"image_1.png\"

\n", - "\n", - "\n", - "Data points parameter (N-by-3 matrix) and Interpolation step parameter correspond to XYData and DeltaX below, respectively.\n", - "\n", - "\n", - "Create a Signal Designer object for a continuous multi-step signal trace.\n", - "" - ] - }, - { - "cell_type": "code", - "execution_count": 1, - "metadata": {}, - "source": [ - "smoothSignal = SignalDesigner(\"ContinuousMultiStep\");" - ], - "outputs": [] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "\n", - "Set an N-by-3 matrix for data points characterizing a continuous signal trace. In each row, a flat segment starts from first column and ends at second column in X (horizontal) axis. In Continuous Multi-Step block, X axis represents time. Third column defines a constant value in Y (vertical) axis. Second column can be NaN, in which case third column defines a value at point (X, Y).\n", - "" - ] - }, - { - "cell_type": "code", - "execution_count": 2, - "metadata": {}, - "source": [ - "smoothSignal.XYData = [\n", - " 0 1 0 ; ... a flat segment from 0 to 1 in X, of value 0 in Y\n", - " 3 nan 9 ; ... a point at 3 in X, of value 9 in Y\n", - " 6 8 7 ]; % a flat segment from 6 to 8 in X, of value 7 in Y" - ], - "outputs": [] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "\n", - "Set a resolution of interpolation.\n", - "" - ] - }, - { - "cell_type": "code", - "execution_count": 3, - "metadata": {}, - "source": [ - "smoothSignal.DeltaX = 0.05;" - ], - "outputs": [] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "\n", - "Call the update function to generate a signal trace data set in the Signal Designer object.\n", - "" - ] - }, - { - "cell_type": "code", - "execution_count": 4, - "metadata": {}, - "source": [ - "update(smoothSignal)" - ], - "outputs": [] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "\n", - "As an example, let's see the first 5 rows. Notice that the first and second rows are the start and end of a flat segment, and there is no data point in between although interpolation resolution 0.05 is smaller than the distance in X between first and second rows (which is 1). This is because Signal Designer removed redundant intermediate data points after interpolation. This data point optimization helps reduce the final data size, especially when there are more flat segments than non-flat segments in the trace.\n", - "" - ] - }, - { - "cell_type": "code", - "execution_count": 5, - "metadata": {}, - "source": [ - "disp(smoothSignal.Data(1:5, :))" - ], - "outputs": [ - { - "data": { - "text/plain": [ - " X Y \n", - " ____ ________\n", - " 0 0\n", - " 1 0\n", - "1.05 0.016594\n", - "2. 1 0.06525\n", - "3. 15 0.14428" - ] - }, - "metadata": {}, - "execution_count": 5, - "output_type": "execute_result" - } - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "\n", - "Use plotDataPoints function to see how data points were converted to a smooth signal trace.\n", - "" - ] - }, - { - "cell_type": "code", - "execution_count": 6, - "metadata": {}, - "source": [ - "plotDataPoints(smoothSignal);" - ], - "outputs": [ - { - "data": { - "text/html": [ - "
\"figure_0.png\"
" - ] - }, - "metadata": {}, - "execution_count": 6, - "output_type": "execute_result" - } - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "\n", - "A Signal Designer object has properties which you can modify.\n", - "" - ] - }, - { - "cell_type": "code", - "execution_count": 7, - "metadata": {}, - "source": [ - "smoothSignal.XName = \"Time\";\n", - "smoothSignal.XUnit = \"s\";\n", - "\n", - "smoothSignal.YName = \"Speed\";\n", - "smoothSignal.YUnit = \"km/hr\";\n", - "\n", - "smoothSignal.Title = \"Vehicle speed reference\";\n", - "\n", - "% Make sure to call update to reflect new property values.\n", - "update(smoothSignal)\n", - "\n", - "% Figure object is returned.\n", - "fig = plotDataPoints(smoothSignal);\n", - "fig.Position(3:4) = [500 300]; % width height" - ], - "outputs": [ - { - "data": { - "text/html": [ - "
\"figure_1.png\"
" - ] - }, - "metadata": {}, - "execution_count": 7, - "output_type": "execute_result" - } - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "\n", - "## Continuous\n", - "\n", - "Continuous block has two parameters:\n", - "\n", - "

\"image_2.png\"

\n", - "\n", - "\n", - "Data points parameter (N-by-2 matrix) and Interpolation step parameter correspond to XYData and DeltaX below, respectively.\n", - "\n", - "\n", - "Create a Signal Designer object for a continuous signal trace.\n", - "" - ] - }, - { - "cell_type": "code", - "execution_count": 8, - "metadata": {}, - "source": [ - "smoothSignal = SignalDesigner(\"Continuous\");" - ], - "outputs": [] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "\n", - "Set an N-by-2 matrix for data points characterizing a continuous signal trace. In each row, first element and second element are X and Y values, respectively, defining a point (X, Y). In Continuous block, X axis represents time. For smoothing, X is treated as an independent variable. Y is treated as a function of X.\n", - "" - ] - }, - { - "cell_type": "code", - "execution_count": 9, - "metadata": {}, - "source": [ - "smoothSignal.XYData = [\n", - " 0 0 ; ... (0, 0)\n", - " 1 0 ; ... (1, 0)\n", - " 2 5 ; ... (2, 5)\n", - " 4 2 ; ... (4, 2)\n", - " 5 2 ]; % (5, 2)" - ], - "outputs": [] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "\n", - "Set a resolution of interpolation.\n", - "" - ] - }, - { - "cell_type": "code", - "execution_count": 10, - "metadata": {}, - "source": [ - "smoothSignal.DeltaX = 0.05;" - ], - "outputs": [] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "\n", - "Call the update function to generate a signal trace data set in the Signal Designer object.\n", - "" - ] - }, - { - "cell_type": "code", - "execution_count": 11, - "metadata": {}, - "source": [ - "update(smoothSignal)" - ], - "outputs": [] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "\n", - "Visualize the result.\n", - "" - ] - }, - { - "cell_type": "code", - "execution_count": 12, - "metadata": {}, - "source": [ - "plotDataPoints(smoothSignal);" - ], - "outputs": [ - { - "data": { - "text/html": [ - "
\"figure_2.png\"
" - ] - }, - "metadata": {}, - "execution_count": 12, - "output_type": "execute_result" - } - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "\n", - "As you can see, the Continuous signal type does not produce flat segments. However, you can do so by repeating the same Y value in at least three consecutive rows. This is possible because of the interpolation algorithm used which is modified Akima interpolation.\n", - "" - ] - }, - { - "cell_type": "code", - "execution_count": 13, - "metadata": {}, - "source": [ - "smoothSignal.XYData = [\n", - " 0 0 ;\n", - " 0.5 0 ; % Added\n", - " 1 0 ;\n", - " 2 5 ;\n", - " 4 2 ;\n", - " 4.5 2 ; % Added\n", - " 5 2 ];\n", - "update(smoothSignal)\n", - "plotDataPoints(smoothSignal);" - ], - "outputs": [ - { - "data": { - "text/html": [ - "
\"figure_3.png\"
" - ] - }, - "metadata": {}, - "execution_count": 13, - "output_type": "execute_result" - } - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "\n", - "You can use Continuous type in place of Continuous Multi-Step type if you can specify flat segments explicitly as presented here. However, unlike Continuous Multi-Step type, redundant data points in flat segments are not removed in Continuous type because there is not enough information to do so robustly.\n", - "\n", - "\n", - "## Piece-Wise Constant\n", - "\n", - "Piece-Wise Constant block block has one parameter:\n", - "\n", - "

\"image_3.png\"

\n", - "\n", - "\n", - "Data points parameter (N-by-2 matrix) corresponds to XYData below.\n", - "\n", - "\n", - "Create a Signal Designer object to create a picewise constant signal trace.\n", - "" - ] - }, - { - "cell_type": "code", - "execution_count": 14, - "metadata": {}, - "source": [ - "stepSignal = SignalDesigner(\"PieceWiseConstant\");" - ], - "outputs": [] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "\n", - "Set an N-by-2 matrix for data points characterizing a step signal trace. In each row, first element and second element are X and Y values, respectively, defining a point (X, Y). X is treated as an independent variable. In Piece-Wise Constant block, X axis represents time. Y is treated as a function of X.\n", - "" - ] - }, - { - "cell_type": "code", - "execution_count": 15, - "metadata": {}, - "source": [ - "stepSignal.XYData = [\n", - " 0 1 ; ... a constant segment from 0 in X, of value 1 in Y\n", - " 2 3 ; ... a constant segment from 2 in X, of value 3 in Y\n", - " 4 2 ; ... a constnat segment from 4 in X, of value 2 in Y\n", - " 5 2 ]; % a constnat segment from 5 in X, of value 2 in Y\n", - "update(stepSignal)\n", - "fig = plotDataPoints(stepSignal);\n", - "fig.Position(3:4) = [500 300]; % width height" - ], - "outputs": [ - { - "data": { - "text/html": [ - "
\"figure_4.png\"
" - ] - }, - "metadata": {}, - "execution_count": 15, - "output_type": "execute_result" - } - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "\n", - "## Trace Generator\n", - "\n", - "Trace Generator block is an application of Continuous Multi-Step block. In Trace Generatgor block, signal trace is parameterized in a higher-level manner than Continuous Multi-Step block, and some parameters are randomized to generate a specific signal trace. The block internally uses SignalDesignUtility.buildXYData function in addition to Signal Designer.\n", - "\n", - "\n", - "Trace Generator block has block parameters as follows.\n", - "\n", - "

\"image_4.png\"

\n", - "\n", - "\n", - " **Random seed** is used to randomly generate data from other block parameters which Signal Designer can take.\n", - "\n", - "\n", - " **Interpolation step** is used to generate Continuous Multi-Step signal trace.\n", - "\n", - "\n", - " **Initial constant duration** and **Initial data value** specify the initial value and duration of signal trace.\n", - "\n", - "\n", - "**Number of transitions** specifies the number of flat segments excluding the initial and final flat segments.\n", - "\n", - "\n", - "**Range of transition duration** and **Range of constant duration** specify value range to generate random numbers for transition and constant durations, respectively.\n", - "\n", - "\n", - " **Range of data value** speicifies value range to randomly generate data values.\n", - "\n", - "\n", - " **Final transition duration** specifies duration between the final flat segment and the one before.\n", - "\n", - "\n", - " **Final constant duration** and **Final data value** speicify the duration and value of final flat segment, respectively.\n", - "\n", - "\n", - " **Advanced** section has parameters as follows.\n", - "\n", - "\n", - " **Data value scaler** is used to devide the data value that are normally generated. For example, if Data value scaler parameter is 1000, a data value normally generated to be 1 is converted to 0.001 by the scaler.\n", - "\n", - "\n", - "**Time scaler** is used to devide the time points normally generated. This works the same way as Data value scaler, but for time.\n", - "\n", - "\n", - "Code below corresponds to what Trace Generator block does in the block.\n", - "" - ] - }, - { - "cell_type": "code", - "execution_count": 16, - "metadata": {}, - "source": [ - "xydata = SignalDesignUtility.buildXYData( ...\n", - " RandomSeed = 5, ... Random seed\n", - " XInitialFlatLength = 3, ... Initial constant duration\n", - " YInitialValue = 0, ...Initial data value\n", - " NumTransitions = 2, ... Number of transitions\n", - " TransitionRange = [ 2 5 ], ... Range of transition duration\n", - " FlatRange = [ 5 10 ], ... Range of constant duration\n", - " YRange = [ -5 10 ], ... Range of data value\n", - " XFinalTransitionLength = 3, ... Final transition duration\n", - " XFinalFlatLength = 4, ... Final constant duration\n", - " YFinalValue = 0, ... Final data value\n", - " XScale = 1, ... Data value scaler\n", - " YScale = 1 ); % Time scaler\n", - "\n", - "sig = SignalDesigner(\"ContinuousMultiStep\");\n", - "sig.XYData = xydata;\n", - "sig.DeltaX = 0.1; % Interpolation step\n", - "\n", - "update(sig)\n", - "\n", - "plotDataPoints(sig);" - ], - "outputs": [ - { - "data": { - "text/html": [ - "
\"figure_5.png\"
" - ] - }, - "metadata": {}, - "execution_count": 16, - "output_type": "execute_result" - } - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "\n", - "*Copyright 2022-2023 The MathWorks, Inc.*\n", - "\n", - "" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "MATLAB (matlabkernel)", - "language": "matlab", - "name": "matlab" - }, - "language_info": { - "file_extension": ".m", - "mimetype": "text/matlab", - "name": "matlab", - "nbconvert_exporter": "matlab", - "pygments_lexer": "matlab", - "version": "23.2.0.2459199" - } - }, - "nbformat": 4, - "nbformat_minor": 4 -} \ No newline at end of file diff --git a/cache/dependencycache.graphml b/cache/dependencycache.graphml index 5c01fe5..4844f96 100644 --- a/cache/dependencycache.graphml +++ b/cache/dependencycache.graphml @@ -27,7 +27,7 @@ true false false - 2024-06-25T12:42:12.949408 + 2024-06-25T12:56:01.442116 BT;PS Product @@ -977,828 +977,834 @@ true + $/Components/Vehicle1D/Test/Vehicle1DPerformanceDesignApp_uitest.m + File + 9pW/1tKLR/Z4/gYUyGSpVA== + true + + $/Components/Vehicle1D/Test/Vehicle1D_UnitTest.m File 31RU0VpwF5gUBVq/PUSHPw== true - + $/Components/Vehicle1D/Test/Vehicle1D_UnitTest_MQC.m File 46QWHEHQlL8/awhEJth+MQ== true - + $/Components/Vehicle1D/Test/Vehicle1D_runtests.m File OtBejVsF0mrYr8qpcCDYng== true - + $/Components/Vehicle1D/Utility/Configuration/Vehicle1D_loadCase.m File 7Ptx0zLfkTvWT7h7qk85rg== true - + $/Components/Vehicle1D/Utility/Configuration/Vehicle1D_loadCase_Accelerate.m File H3neq+Ihldv806DYii8E7A== true - + $/Components/Vehicle1D/Utility/Configuration/Vehicle1D_loadCase_Braking.m File 6io0oOMVhYOi+uB9HR+u3g== true - + $/Components/Vehicle1D/Utility/Configuration/Vehicle1D_loadCase_Coastdown.m File hyjEbS6db2ocbOTLckQdYg== true - + $/Components/Vehicle1D/Utility/Configuration/Vehicle1D_loadCase_Constant.m File HqVEGDCZtjnaxT2BI+4mpw== true - + $/Components/Vehicle1D/Utility/Configuration/Vehicle1D_setInitialConditions.m File Davk4lduO8U9JSUtB4LtsQ== true - + $/Components/Vehicle1D/Utility/LocalTasks/Vehicle1D_generateMarkdown.m File CwfxlPJVDbSCa9WDU9QoVQ== true - + $/Components/Vehicle1D/Utility/Vehicle1D_Description.html File 37d7iMs73F4ZeEn97D2eIw== true - + $/Components/Vehicle1D/Utility/Vehicle1D_Description.mlx File 9SMK5Ebh14vAZEmFg0s8Cg== true - + $/Components/Vehicle1D/Utility/Vehicle1D_PlotForce.m File XmjDJF+DTOa5oHepU6j28w== true - + $/Components/Vehicle1D/Utility/Vehicle1D_getLongitudinalVehicleInfo.m File Nvd+3u98kYY5+8ptH8p6kA== true - + $/Components/Vehicle1D/Utility/Vehicle1D_plotInputs.m File DTu1WXt0Dq6pwputfU+09w== true - + $/Components/Vehicle1D/Utility/Vehicle1D_plotProperties_Basic.m File Ow92bfr5SW4AgUbEAyxsDw== true - + $/Components/Vehicle1D/Utility/Vehicle1D_plotResults.m File lz1XRXv/T7kBQy27P6dpYg== true - + $/Components/Vehicle1D/Utility/Vehicle1D_resetHarnessModel.m File XSQWVhTDnlYkUZLy3M9eDQ== true - + $/Components/Vehicle1D/Vehicle1DPerformanceDesignApp.m File - i5ieDG2XAmyEDj4jxGM+mA== + CQNDsc2xUphTchXoDGB+/A== true - + $/Components/Vehicle1D/Vehicle1D_refsub_Basic.mdl File hOZPC6lfut3hfN0KIpWhMA== true - + $/Components/Vehicle1D/Vehicle1D_refsub_Basic_params.m File ygKxwVAQi+mwapVIRplj2Q== true - + $/Components/VehicleSpeedReference/Harness/VehSpdRef_harness_model.mdl File zPT5uj7k0Rmk62Emi6gOzA== true - + $/Components/VehicleSpeedReference/SimulationCases/VehSpdRef_Case_Constant.mlx File 26+ygeG++Vzcn4JwJO6jBA== true - + $/Components/VehicleSpeedReference/SimulationCases/VehSpdRef_Case_FTP75.mlx File vfu7K0Qk4qHguWWYC+mJag== true - + $/Components/VehicleSpeedReference/SimulationCases/VehSpdRef_Case_HighSpeed.mlx File OzG6b4bTGNd8TPIWhJ7L5g== true - + $/Components/VehicleSpeedReference/SimulationCases/VehSpdRef_Case_SimpleDrivePattern.mlx File EqMpT4wf4W76ExrSgfqd3Q== true - + $/Components/VehicleSpeedReference/SimulationCases/VehSpdRef_Case_WLTP.mlx File qPDHo+EAwtz4CXQIKAwz+Q== true - + $/Components/VehicleSpeedReference/Test/VehSpdRef_UnitTest_MQC.m File /QWjl1e73yV7ilrCayqjjA== true - + $/Components/VehicleSpeedReference/Test/VehSpdRef_runtests.m File B63B6fJtRTSPAbqMrpRiGQ== true - + $/Components/VehicleSpeedReference/Utility/Configuration/VehSpdRef_loadCase.m File Qy7EMdFGkm/PKhwoIugdlA== true - + $/Components/VehicleSpeedReference/Utility/Configuration/VehSpdRef_loadCase_Constant.m File pVOzQ6YFdQiIVmXFeYpB3Q== true - + $/Components/VehicleSpeedReference/Utility/Configuration/VehSpdRef_loadCase_FTP75.m File 3t3zhKVd4pdS4gicsVO8/A== true - + $/Components/VehicleSpeedReference/Utility/Configuration/VehSpdRef_loadCase_HighSpeed.m File N/HnkCPP7R2GmzZjwgaA1Q== true - + $/Components/VehicleSpeedReference/Utility/Configuration/VehSpdRef_loadCase_SimpleDrivePattern.m File RdQ+cwgaUF9fH2LnCyIRjg== true - + $/Components/VehicleSpeedReference/Utility/Configuration/VehSpdRef_loadCase_WLTP.m File 0so1pzoyd3Hkd7fgXBEgJQ== true - + $/Components/VehicleSpeedReference/Utility/LocalTasks/VehSpdRef_generateMarkdown.m File UUDPg7eRL4Y9PvtcsHZgcw== true - + $/Components/VehicleSpeedReference/Utility/VehSpdRef_plotResults.m File dkilZ0N2PJ7qvuyr7jEAGg== true - + $/Components/VehicleSpeedReference/VehSpdRef_refsub_Basic.mdl File qWm/YH836qL1E2B1oFtdpw== true - + $/DetailedModelApplications/BEVProject_DetailedModelApplications.mlx File eOVdfs2JyG0zV61uMnwBrA== true - + $/DetailedModelApplications/MotorDrivePmsmFem/MotorDriveElecLossParams_text.m File V7zPMHfRGCwAgecMjIdoGw== true - + $/DetailedModelApplications/MotorDrivePmsmFem/MotorDrivePmsmFemParams.m File RFmnvAs/m8eD3F5v2DCJ/Q== true - + $/DetailedModelApplications/MotorDrivePmsmFem/MotorDrive_calcElectricEfficiency.mlx File LpxwcP25A8TDFjC2CK67Yg== true - + $/DetailedModelApplications/MotorDrivePmsmFem/MotorDrive_runSim.mlx File aH1UKjVDPOQIAq3N4N07RQ== true - + $/DetailedModelApplications/MotorDrivePmsmFem/MotorDrive_testHarness.mdl File h5NXlOD7pUYsyOLGSbPHjw== true - + $/DetailedModelApplications/MotorDrivePmsmFem/MotorDrive_testParams.m File gqmn+VzoOBvb1vex2w+f5Q== true - + $/DetailedModelApplications/MotorPmsmFem/PmsmFemParams.m File zAe31/MReDTU3wxrGc5tlg== true - + $/DetailedModelApplications/MotorPmsmFem/PmsmFemRefSub.mdl File OD4URoUGGOR6fgcxBTfBZg== true - + $/DetailedModelApplications/MotorPmsmFem/PmsmFem_ParamData.mat File k9IizXGgHb2TLyCPKZxCCA== true - + $/DetailedModelApplications/MotorPmsmFem/PmsmFem_testHarness.mdl File Yleig5SFbBGDhXwa5NTD0Q== true - + $/Interface/defineBus_HighVoltage.m File D35Ace4NHaDq6FuOJTB1HQ== true - + $/Interface/defineBus_Rotational.m File bsVElya6ENxG9/BOFdeQzw== true - + $/Test/BEVProject_UnitTest_MQC.m File SZsh5MVjchrp1K6Pke/XoA== true - + $/Test/BEVProject_runtests.m File iF5tbxQNXXXVCK2VSzrHYg== true - + $/Test/CheckProject/BEVProject_CheckProject.mlx File GxHCW1bmr0bcwCBBrDPcAw== true - + $/Test/CheckProject/BEVProject_CheckProject_UnitTest.m File SgtqZVoSUrF1UkJxNCMH8g== true - + $/Test/CheckProject/BEVProject_CheckProject_runtests.m File x77M+vfxtYxzmNxAbv7yuw== true - + $/Utility/AboutBEVProject.mlx File mD2lqrNSq4VIo4ttRy5gTg== true - + $/Utility/Checks/checkCallbackButton.m File Hp46fc/AlJoJAGlRn3G6ng== true - + $/Utility/LiteAppAPI-v2-R2023b/+LiteAppComponent/Button.m File x/vb+FLM/wneqB2tYqSrFg== true - + $/Utility/LiteAppAPI-v2-R2023b/+LiteAppComponent/CheckBox.m File YZI8ghvj1MZIOJKyWjK1hQ== true - + $/Utility/LiteAppAPI-v2-R2023b/+LiteAppComponent/DropDown.m File TP9f7sjRx47KkyffViBsAA== true - + $/Utility/LiteAppAPI-v2-R2023b/+LiteAppComponent/EditField.m File AufvG4bqWnR3fkYpUKrZuw== true - + $/Utility/LiteAppAPI-v2-R2023b/+LiteAppComponent/HorizontalLine.m File Mqe01ZULHOGy5EFrO1x+4A== true - + $/Utility/LiteAppAPI-v2-R2023b/+LiteAppComponent/Hyperlink.m File L3fFsTHDfIKPls+2Q0A6YA== true - + $/Utility/LiteAppAPI-v2-R2023b/+LiteAppComponent/Label.m File NLmYXBjQlEPRAPngtogjig== true - + $/Utility/LiteAppAPI-v2-R2023b/+LiteAppComponent/ListBox.m File 20i/4kFxbEgT2pOiHHWJiw== true - + $/Utility/LiteAppAPI-v2-R2023b/+LiteAppComponent/LiteAppComponentBase.m File Amvn0XUCWTIN1PUuHED8+Q== true - + $/Utility/LiteAppAPI-v2-R2023b/+LiteAppComponent/LiteAppLayout.m File CRIr2LRauVwGZ+/JZz2trQ== true - + $/Utility/LiteAppAPI-v2-R2023b/+LiteAppComponent/LiteAppWindowHeader.m File Fr6x6T6wVxRYzvwrahmgxw== true - + $/Utility/LiteAppAPI-v2-R2023b/+LiteAppComponent/Panel.m File G0Wf2q76V19jUwD6RgXa5A== true - + $/Utility/LiteAppAPI-v2-R2023b/+LiteAppComponent/Table.m File G2k5/MHcpLtkcUYZkZgEEA== true - + $/Utility/LiteAppAPI-v2-R2023b/+LiteAppComponent/TextArea.m File 4rsyGdIEXsIkdhP1wogCbA== true - + $/Utility/LiteAppAPI-v2-R2023b/+LiteAppUtility/Constant.m File n558T0Fu0O9bL/uZ6Mck7w== true - + $/Utility/LiteAppAPI-v2-R2023b/+LiteAppUtility/FindFolderPaths.m File OH9Pi/PU3pq6gKIRxQ+BIg== true - + $/Utility/LiteAppAPI-v2-R2023b/+LiteAppUtility/GetFileFolderPath.m File osMN4vT9uYOxICskLA5rJg== true - + $/Utility/LiteAppAPI-v2-R2023b/+LiteAppUtility/mustBeFunctionHandle.m File wL60wF55TU6Rs+sXN84qZA== true - + $/Utility/LiteAppAPI-v2-R2023b/+LiteAppUtility/mustBeFunctionHandleOrEmpty.m File HwY4usIH9LqXXN7kvoDo9Q== true - + $/Utility/LiteAppAPI-v2-R2023b/+LiteAppUtility/mustBeStringOrPositiveInteger.m File EokV6bKCCgydPIEsGtmjaQ== true - + $/Utility/LiteAppAPI-v2-R2023b/+LiteAppUtility/mustBeTextOrPositiveInteger.m File H/U3WrQGqreUptxnOvx0Cw== true - + $/Utility/LiteAppAPI-v2-R2023b/+LiteAppUtility/mustBeTextOrPositiveNumber.m File or4ikFYqOViUQ1DsZrE+Qg== true - + $/Utility/LiteAppAPI-v2-R2023b/LiteAppWindow.m File RMfCU5gm4qMktBgU3ltjEg== true - + $/Utility/LocalTasks/LiveScript_Utility.m File Uvaq3k+Bjnj1sIlkEjugBQ== true - + $/Utility/LocalTasks/generateMarkdown_fromLiveScript.m File mQhPD9Sz54hl8/n3ResJ2A== true - + $/Utility/LocalTasks/openFile.m File 4CMFs+zrdCmvzb90Jg38cg== true - + $/Utility/LocalTasks/openFile_SignalDesignerExample.m File i7xvJ5hUhdDyIvawGlt6Aw== true - + $/Utility/LocalTasks/saveModels.m File R7nqOEdn3ofxLAWlK02FUQ== true - + $/Utility/LocalTasks/screenshotSimulink.m File akrcRpDuaJp95OLGiDK/3g== true - + $/Utility/LocalTasks/setModelWindowPositionAndSize.m File /VyPJixlYVGU/KGFbAj0RQ== true - + $/Utility/SignalDesigner/+SignalDesignUtility/buildTrace.m File m7W+rmiutNh2xCUueHqHdg== true - + $/Utility/SignalDesigner/+SignalDesignUtility/buildXYData.m File aNulEhwkMYkx4owwHU11ww== true - + $/Utility/SignalDesigner/+SignalSourceBlockCallback/plotContinuous.m File ntLA/PWrVsMOdqIn8o2jaw== true - + $/Utility/SignalDesigner/+SignalSourceBlockCallback/plotContinuousMultiStep.m File bgdPBQpbIAFBHhzoUZ4hGA== true - + $/Utility/SignalDesigner/+SignalSourceBlockCallback/plotPieceWiseConstant.m File fE/xhhuraunGVavvNz2ndA== true - + $/Utility/SignalDesigner/+SignalSourceBlockCallback/plotTraceGenerator.m File FyB6eXtDDrh9WMFtbj8DPw== true - + $/Utility/SignalDesigner/+SignalSourceBlockCallback/setDataToLookupTableBlock.m File 6fdmPcD+5hClQ9F8aawGYg== true - + $/Utility/SignalDesigner/SignalDesigner.m File ihXT7ILN7EFSNZ6LoBnrlw== true - + $/Utility/SignalDesigner/SignalDesigner_example.mlx File JPB5G0Qwsm+p0B3zOa2qWQ== true - + $/Utility/SignalDesigner/SignalSourceBlockLibrary.mdl File htemt3s8FztxyzPsS0RRtA== true - + $/Utility/SignalDesigner/SignalSourceBlocks_example.mdl File h3/LBV9sh4WOi5U1ZmOK9A== true - + $/Utility/TestTools/BEVTestCase.m File 4i/XvKcEAvWDlPP1AIbAhw== true - + $/Utility/adjustFigureHeightAndWindowYPosition.m File Z1BVTtYUaq3+OAKvNH5cWA== true - + $/Utility/atProjectStartUp.m File VxxMu6XuAcawGOCPEaTvww== true - + $/Utility/generateHTML.m File LnTW974RfrIjaMPiqZ4D0g== true - + $/Utility/getSimscapeValueFromBlockParameter.m File hYmurozxhyvJWD2zv8bnlw== true - + $/Utility/openTestManager.m File zwP49CUZytVc++3suV7Uqg== true - + $/Utility/open_codeAnalyzer.m File WEtijiKn58XjWsgaW8P2ng== true - + $/Utility/plotSimulationResultSignal.m File 5mNI3toUwYmixZmtxeLCOw== true - + $/Utility/setMinimumYRange.m File d3lGuwQ+Malyma9dfFGnKQ== true - + $/Utility/verifyBlockCheckbox_custom.m File gltcWq7qJHgazjcLAQWHfQ== true - + $/Utility/verifyBlockDropdown_custom.m File kwgOQuD73Lv6d/9ubus4QA== true - + $/Utility/verifyBlockInitialPriority_custom.m File JDoBghO0uZxQBeASPOFORQ== true - + $/Utility/verifyBlockParameter_custom.m File oFdABstRiLBWj+pXBLyNhA== true - + $/buildfile.m File Q8udwAdnzrW85rLnGHNVkg== true - + $/cache/buildtool-results/code-coverage.xml File 1B2M2Y8AsgTpgAmY7PhCfg== true - + $/cache/buildtool-results/test-results.xml File HYr3LE9a8fAzPy3rOqB36Q== true - + $/cache/simcache/BEVController_harness_model.slxc File A6oYDiqtNKaguYjE0kwYug== true - + $/cache/simcache/BEV_system_model.slxc File byBewUrdF6cDx3ZWGat3Sw== true - + $/cache/simcache/BatteryHV_harness_model.slxc File FIiWgAjZ914dtIKk35iUjg== true - + $/cache/simcache/CtrlEnv_harness_model.slxc File 0UBn/WVl2tJGclqRyuGX/Q== true - + $/cache/simcache/MotorDriveUnit_harness_model.slxc File PCFaDR21zp6SCIXC0DitVw== true - + $/cache/simcache/Vehicle1D_harness_model.slxc File KJDtJsXEB2uemPjJgJK3TQ== true - + + DPKG_CV;DR;PZ;SL;SF;RQ;XP + Product + + + + LD Product - + ML Product - + MotorDrive_testHarness_notes.mldatx File 1B2M2Y8AsgTpgAmY7PhCfg== false - + PS Product - + PW;DR;MB;VE;MT Product - + PW;RB;SS;VE Product - + PW;SS;VE Product - + ParameterFile File - + PmsmFem_testHarness_notes.mldatx File 1B2M2Y8AsgTpgAmY7PhCfg== false - + SL Product - + SL;XP;SF Product - + SS Product - + TE Product - - Vehicle1DApp_PerformanceDesign.GetSimscapeValue - File - - - - + Vehicle1DBasic_testHarness_notes.mldatx File 1B2M2Y8AsgTpgAmY7PhCfg== false - + value File - + Toolbox Toolbox @@ -1808,7 +1814,7 @@ Line 17 - + Toolbox MATLABFile,FunctionCall 4 @@ -1821,13 +1827,13 @@ Line 7 - + MATLABFile,FunctionCall 9 Line 9 - + Toolbox Toolbox @@ -1837,13 +1843,13 @@ Line 128 - + MATLABFile,FunctionCall 14 Line 14 - + MATLABFile,FunctionCall 15 Line @@ -1855,7 +1861,7 @@ Line 37 - + Toolbox Toolbox @@ -1871,19 +1877,19 @@ 2182 Block - + ModelCallback,PreLoadFcn,FunctionCall 1 - + ModelCallback,PreLoadFcn,FunctionCall 2 - + Runtime SimulinkCache - + Toolbox Toolbox @@ -1894,7 +1900,7 @@ BEV_system_model/High Voltage Battery Block - + SubsystemReference BEV_system_model/Longitudinal Vehicle 2170 @@ -1908,7 +1914,7 @@ BEV_system_model/Motor Drive Unit Block - + Toolbox LibraryLink BEV_system_model/PS-Simulink @@ -1925,7 +1931,7 @@ Converter BEV_system_model/Reduction Gear Block - + Toolbox LibraryLink BEV_system_model/Solver/Solver Configuration @@ -1939,7 +1945,7 @@ Converter Line 11 - + Toolbox MATLABFile,FunctionCall 2 @@ -1952,13 +1958,13 @@ Converter Line 3 - + MATLABFile,FunctionCall 4 Line 4 - + Toolbox Toolbox @@ -1968,7 +1974,7 @@ Converter Line 12 - + Toolbox MATLABFile,FunctionCall 2 @@ -1981,13 +1987,13 @@ Converter Line 4 - + MATLABFile,FunctionCall 5 Line 5 - + Toolbox Toolbox @@ -1997,7 +2003,7 @@ Converter Line 11 - + Toolbox MATLABFile,FunctionCall 2 @@ -2010,13 +2016,13 @@ Converter Line 3 - + MATLABFile,FunctionCall 4 Line 4 - + Toolbox Toolbox @@ -2026,7 +2032,7 @@ Converter Line 11 - + Toolbox MATLABFile,FunctionCall 2 @@ -2039,13 +2045,13 @@ Converter Line 3 - + MATLABFile,FunctionCall 4 Line 4 - + Toolbox Toolbox @@ -2055,7 +2061,7 @@ Converter Line 11 - + Toolbox MATLABFile,FunctionCall 2 @@ -2068,13 +2074,13 @@ Converter Line 3 - + MATLABFile,FunctionCall 4 Line 4 - + Toolbox Toolbox @@ -2084,7 +2090,7 @@ Converter Line 12 - + Toolbox MATLABFile,FunctionCall 2 @@ -2097,13 +2103,13 @@ Converter Line 4 - + MATLABFile,FunctionCall 5 Line 5 - + Toolbox Toolbox @@ -2113,7 +2119,7 @@ Converter Line 11 - + Toolbox MATLABFile,FunctionCall 2 @@ -2126,17 +2132,17 @@ Converter Line 3 - + MATLABFile,FunctionCall 4 Line 4 - + Toolbox Toolbox - + Toolbox MATLABFile,FunctionCall 117 @@ -2144,14 +2150,14 @@ Converter Line 117 - + MATLABFile,FunctionCall 118 MQC_CallbackButtons_1 Line 118 - + MATLABFile,Inheritance 1 Line @@ -2164,7 +2170,7 @@ Converter Line 21 - + Toolbox MATLABFile,FunctionCall 26 @@ -2179,7 +2185,7 @@ Converter Line 27 - + Toolbox MATLABFile,FunctionCall 32 @@ -2243,7 +2249,7 @@ Converter Line 69 - + Toolbox MATLABFile,FunctionCall 69 @@ -2265,7 +2271,7 @@ Converter Line 74 - + Toolbox MATLABFile,FunctionCall 74 @@ -2287,7 +2293,7 @@ Converter Line 81 - + Toolbox MATLABFile,FunctionCall 86 @@ -2302,79 +2308,79 @@ Converter Line 90 - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox Toolbox - + MATLABFile,FunctionCall 103 BEV_plotResultsCompact Line 103 - + MATLABFile,FunctionCall 34 BEV_plotResultsCompact Line 34 - + MATLABFile,FunctionCall 44 BEV_plotResultsCompact Line 44 - + MATLABFile,FunctionCall 53 BEV_plotResultsCompact Line 53 - + MATLABFile,FunctionCall 63 BEV_plotResultsCompact Line 63 - + MATLABFile,FunctionCall 75 BEV_plotResultsCompact Line 75 - + MATLABFile,FunctionCall 84 BEV_plotResultsCompact Line 84 - + MATLABFile,FunctionCall 93 BEV_plotResultsCompact Line 93 - + Toolbox Toolbox - + MATLABFile,FunctionCall 23 Line @@ -2404,11 +2410,11 @@ Converter Line 39 - + Toolbox Toolbox - + MATLABFile,FunctionCall 23 Line @@ -2438,22 +2444,22 @@ Converter Line 46 - + Toolbox Toolbox - + MATLABFile,FunctionCall 6 BEV_generateMarkdown Line 6 - + Toolbox Toolbox - + Toolbox MATLABFile,FunctionCall 13 @@ -2466,21 +2472,21 @@ Converter Line 16 - + MATLABFile,FunctionCall 27 Line 27 - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox Toolbox @@ -2488,15 +2494,15 @@ Converter ModelCallback,PreLoadFcn,FunctionCall 1 - + Runtime SimulinkCache - + Toolbox Toolbox - + Notes @@ -2506,7 +2512,7 @@ Converter BEVController_harness_model/BEV Speed Tracking Controller Block - + BlockCallback,MaskCallbackString,FunctionCall BEVController_harness_model/Inputs/Smooth steps 858 @@ -2514,7 +2520,7 @@ Converter Block 1 - + BlockCallback,MaskInitialization,FunctionCall BEVController_harness_model/Inputs/Smooth steps 858 @@ -2528,18 +2534,18 @@ Converter Line 8 - + Toolbox Toolbox - + Toolbox MATLABFile,FunctionCall 2 Line 2 - + Toolbox MATLABFile,FunctionCall 3 @@ -2552,17 +2558,17 @@ Converter Line 5 - + Toolbox Toolbox - + MATLABFile,Inheritance 1 Line 1 - + Toolbox MATLABFile,FunctionCall 22 @@ -2591,15 +2597,15 @@ Converter Line 39 - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox MATLABFile,FunctionCall 25 @@ -2607,7 +2613,7 @@ Converter Line 25 - + Toolbox MATLABFile,FunctionCall 26 @@ -2615,7 +2621,7 @@ Converter Line 26 - + Toolbox Toolbox @@ -2626,30 +2632,30 @@ Converter Line 7 - + Toolbox Toolbox - + MATLABFile,FunctionCall 6 BEVController_generateMarkdown Line 6 - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox LibraryLink BatteryHV_refsub_Basic/Battery Status/IV Status/Charge @@ -2657,7 +2663,7 @@ Converter BatteryHV_refsub_Basic/Battery Status/IV Status/Charge Block - + Toolbox LibraryLink BatteryHV_refsub_Basic/Battery Status/IV Status/Gain @@ -2665,7 +2671,7 @@ Converter BatteryHV_refsub_Basic/Battery Status/IV Status/Gain Block - + Toolbox LibraryLink BatteryHV_refsub_Basic/Battery Status/IV Status/I^2 @@ -2673,7 +2679,7 @@ Converter BatteryHV_refsub_Basic/Battery Status/IV Status/I^2 Block - + Toolbox LibraryLink BatteryHV_refsub_Basic/Battery Status/IV Status/PS Add @@ -2681,7 +2687,7 @@ Converter BatteryHV_refsub_Basic/Battery Status/IV Status/PS Add Block - + Toolbox LibraryLink BatteryHV_refsub_Basic/Battery Status/IV Status/PS Constant @@ -2689,7 +2695,7 @@ Converter BatteryHV_refsub_Basic/Battery Status/IV Status/PS Constant Block - + Toolbox LibraryLink BatteryHV_refsub_Basic/Battery Status/IV Status/PS Divide @@ -2697,7 +2703,7 @@ Converter BatteryHV_refsub_Basic/Battery Status/IV Status/PS Divide Block - + Toolbox LibraryLink BatteryHV_refsub_Basic/Battery Status/IV Status/PS Saturation @@ -2705,7 +2711,7 @@ Converter BatteryHV_refsub_Basic/Battery Status/IV Status/PS Saturation Block - + Toolbox LibraryLink BatteryHV_refsub_Basic/Battery Status/IV Status/PS-Simulink @@ -2715,7 +2721,7 @@ Converter1 Converter1 Block - + Toolbox LibraryLink BatteryHV_refsub_Basic/Battery Status/IV Status/PS-Simulink @@ -2725,7 +2731,7 @@ Converter2 Converter2 Block - + Toolbox LibraryLink BatteryHV_refsub_Basic/Battery Status/IV Status/PS-Simulink @@ -2735,7 +2741,7 @@ Converter3 Converter3 Block - + Toolbox LibraryLink BatteryHV_refsub_Basic/Battery Status/IV Status/PS-Simulink @@ -2745,7 +2751,7 @@ Converter4 Converter4 Block - + Toolbox LibraryLink BatteryHV_refsub_Basic/Battery Status/IV Status/PS-Simulink @@ -2755,7 +2761,7 @@ Converter6 Converter6 Block - + Toolbox LibraryLink BatteryHV_refsub_Basic/Battery Status/IV Status/PS-Simulink @@ -2765,7 +2771,7 @@ Converter Converter Block - + Toolbox LibraryLink BatteryHV_refsub_Basic/Battery Status/IV Status/Power @@ -2773,7 +2779,7 @@ Converter BatteryHV_refsub_Basic/Battery Status/IV Status/Power Block - + Toolbox LibraryLink BatteryHV_refsub_Basic/Battery Status/IV Status/R @@ -2781,7 +2787,7 @@ Converter BatteryHV_refsub_Basic/Battery Status/IV Status/R Block - + Toolbox LibraryLink BatteryHV_refsub_Basic/Current Sensor @@ -2789,7 +2795,7 @@ Converter BatteryHV_refsub_Basic/Current Sensor Block - + Toolbox LibraryLink BatteryHV_refsub_Basic/DC Voltage Source @@ -2797,7 +2803,7 @@ Converter BatteryHV_refsub_Basic/DC Voltage Source Block - + Toolbox LibraryLink BatteryHV_refsub_Basic/Ground @@ -2805,7 +2811,7 @@ Converter BatteryHV_refsub_Basic/Ground Block - + Toolbox LibraryLink BatteryHV_refsub_Basic/Internal Resistance @@ -2813,7 +2819,7 @@ Converter BatteryHV_refsub_Basic/Internal Resistance Block - + Toolbox LibraryLink BatteryHV_refsub_Basic/Voltage Sensor @@ -2821,7 +2827,7 @@ Converter BatteryHV_refsub_Basic/Voltage Sensor Block - + MATLABFile,FunctionCall 12 Line @@ -2839,15 +2845,15 @@ Converter Line 37 - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox LibraryLink BatteryHV_refsub_System/Ambient Thermal Mass @@ -2855,7 +2861,7 @@ Converter BatteryHV_refsub_System/Ambient Thermal Mass Block - + Toolbox LibraryLink BatteryHV_refsub_System/Battery Status/IV Status/Charge @@ -2863,7 +2869,7 @@ Converter BatteryHV_refsub_System/Battery Status/IV Status/Charge Block - + Toolbox LibraryLink BatteryHV_refsub_System/Battery Status/IV Status/Gain @@ -2871,7 +2877,7 @@ Converter BatteryHV_refsub_System/Battery Status/IV Status/Gain Block - + Toolbox LibraryLink BatteryHV_refsub_System/Battery Status/IV Status/I^2 @@ -2879,7 +2885,7 @@ Converter BatteryHV_refsub_System/Battery Status/IV Status/I^2 Block - + Toolbox LibraryLink BatteryHV_refsub_System/Battery Status/IV Status/PS Add @@ -2887,7 +2893,7 @@ Converter BatteryHV_refsub_System/Battery Status/IV Status/PS Add Block - + Toolbox LibraryLink BatteryHV_refsub_System/Battery Status/IV Status/PS Constant @@ -2895,7 +2901,7 @@ Converter BatteryHV_refsub_System/Battery Status/IV Status/PS Constant Block - + Toolbox LibraryLink BatteryHV_refsub_System/Battery Status/IV Status/PS Divide @@ -2903,7 +2909,7 @@ Converter BatteryHV_refsub_System/Battery Status/IV Status/PS Divide Block - + Toolbox LibraryLink BatteryHV_refsub_System/Battery Status/IV Status/PS Saturation @@ -2911,7 +2917,7 @@ Converter BatteryHV_refsub_System/Battery Status/IV Status/PS Saturation Block - + Toolbox LibraryLink BatteryHV_refsub_System/Battery Status/IV Status/PS-Simulink @@ -2921,7 +2927,7 @@ Converter1 Converter1 Block - + Toolbox LibraryLink BatteryHV_refsub_System/Battery Status/IV Status/PS-Simulink @@ -2931,7 +2937,7 @@ Converter2 Converter2 Block - + Toolbox LibraryLink BatteryHV_refsub_System/Battery Status/IV Status/PS-Simulink @@ -2941,7 +2947,7 @@ Converter3 Converter3 Block - + Toolbox LibraryLink BatteryHV_refsub_System/Battery Status/IV Status/PS-Simulink @@ -2951,7 +2957,7 @@ Converter4 Converter4 Block - + Toolbox LibraryLink BatteryHV_refsub_System/Battery Status/IV Status/PS-Simulink @@ -2961,7 +2967,7 @@ Converter6 Converter6 Block - + Toolbox LibraryLink BatteryHV_refsub_System/Battery Status/IV Status/PS-Simulink @@ -2971,7 +2977,7 @@ Converter Converter Block - + Toolbox LibraryLink BatteryHV_refsub_System/Battery Status/IV Status/Power @@ -2979,7 +2985,7 @@ Converter BatteryHV_refsub_System/Battery Status/IV Status/Power Block - + Toolbox LibraryLink BatteryHV_refsub_System/Battery Status/IV Status/R @@ -2987,7 +2993,7 @@ Converter BatteryHV_refsub_System/Battery Status/IV Status/R Block - + Toolbox LibraryLink BatteryHV_refsub_System/Battery Status/PS-Simulink @@ -2997,7 +3003,7 @@ Converter5 Converter5 Block - + Toolbox LibraryLink BatteryHV_refsub_System/Battery Status/PS-Simulink @@ -3007,7 +3013,7 @@ Converter7 Converter7 Block - + Toolbox LibraryLink BatteryHV_refsub_System/Battery Status/PS-Simulink @@ -3025,7 +3031,7 @@ Converter8 BatteryHV_refsub_System/Battery Block - + Toolbox LibraryLink BatteryHV_refsub_System/Controlled Heat Flow @@ -3035,7 +3041,7 @@ Rate Source Rate Source Block - + Toolbox LibraryLink BatteryHV_refsub_System/Current Sensor @@ -3043,7 +3049,7 @@ Rate Source BatteryHV_refsub_System/Current Sensor Block - + Toolbox LibraryLink BatteryHV_refsub_System/Ground @@ -3051,7 +3057,7 @@ Rate Source BatteryHV_refsub_System/Ground Block - + Toolbox LibraryLink BatteryHV_refsub_System/Radiative Heat Transfer @@ -3059,7 +3065,7 @@ Rate Source BatteryHV_refsub_System/Radiative Heat Transfer Block - + Toolbox LibraryLink BatteryHV_refsub_System/Simulink-PS @@ -3069,7 +3075,7 @@ Converter Converter Block - + Toolbox LibraryLink BatteryHV_refsub_System/Temperature Sensor1 @@ -3077,7 +3083,7 @@ Converter BatteryHV_refsub_System/Temperature Sensor1 Block - + Toolbox LibraryLink BatteryHV_refsub_System/Temperature Sensor @@ -3085,7 +3091,7 @@ Converter BatteryHV_refsub_System/Temperature Sensor Block - + Toolbox LibraryLink BatteryHV_refsub_System/Thermal Reference1 @@ -3093,7 +3099,7 @@ Converter BatteryHV_refsub_System/Thermal Reference1 Block - + Toolbox LibraryLink BatteryHV_refsub_System/Thermal Reference2 @@ -3101,7 +3107,7 @@ Converter BatteryHV_refsub_System/Thermal Reference2 Block - + Toolbox LibraryLink BatteryHV_refsub_System/Thermal Reference @@ -3109,7 +3115,7 @@ Converter BatteryHV_refsub_System/Thermal Reference Block - + Toolbox LibraryLink BatteryHV_refsub_System/Voltage Sensor @@ -3117,11 +3123,11 @@ Converter BatteryHV_refsub_System/Voltage Sensor Block - + Toolbox Toolbox - + Toolbox LibraryLink BatteryHV_refsub_SystemSimple/Ambient Thermal Mass @@ -3129,7 +3135,7 @@ Converter BatteryHV_refsub_SystemSimple/Ambient Thermal Mass Block - + Toolbox LibraryLink BatteryHV_refsub_SystemSimple/Anbient Temperature Sensor @@ -3137,7 +3143,7 @@ Converter BatteryHV_refsub_SystemSimple/Anbient Temperature Sensor Block - + Toolbox LibraryLink BatteryHV_refsub_SystemSimple/Battery @@ -3147,7 +3153,7 @@ Converter (System-Level) Block - + Toolbox LibraryLink BatteryHV_refsub_SystemSimple/Battery Status/IV Status/Charge @@ -3155,7 +3161,7 @@ Converter BatteryHV_refsub_SystemSimple/Battery Status/IV Status/Charge Block - + Toolbox LibraryLink BatteryHV_refsub_SystemSimple/Battery Status/IV Status/Gain @@ -3163,7 +3169,7 @@ Converter BatteryHV_refsub_SystemSimple/Battery Status/IV Status/Gain Block - + Toolbox LibraryLink BatteryHV_refsub_SystemSimple/Battery Status/IV Status/I^2 @@ -3171,7 +3177,7 @@ Converter BatteryHV_refsub_SystemSimple/Battery Status/IV Status/I^2 Block - + Toolbox LibraryLink BatteryHV_refsub_SystemSimple/Battery Status/IV Status/PS Add @@ -3179,7 +3185,7 @@ Converter BatteryHV_refsub_SystemSimple/Battery Status/IV Status/PS Add Block - + Toolbox LibraryLink BatteryHV_refsub_SystemSimple/Battery Status/IV Status/PS Constant @@ -3187,7 +3193,7 @@ Converter BatteryHV_refsub_SystemSimple/Battery Status/IV Status/PS Constant Block - + Toolbox LibraryLink BatteryHV_refsub_SystemSimple/Battery Status/IV Status/PS Divide @@ -3195,7 +3201,7 @@ Converter BatteryHV_refsub_SystemSimple/Battery Status/IV Status/PS Divide Block - + Toolbox LibraryLink BatteryHV_refsub_SystemSimple/Battery Status/IV Status/PS Saturation @@ -3203,7 +3209,7 @@ Converter BatteryHV_refsub_SystemSimple/Battery Status/IV Status/PS Saturation Block - + Toolbox LibraryLink BatteryHV_refsub_SystemSimple/Battery Status/IV Status/PS-Simulink @@ -3213,7 +3219,7 @@ Converter1 Converter1 Block - + Toolbox LibraryLink BatteryHV_refsub_SystemSimple/Battery Status/IV Status/PS-Simulink @@ -3223,7 +3229,7 @@ Converter2 Converter2 Block - + Toolbox LibraryLink BatteryHV_refsub_SystemSimple/Battery Status/IV Status/PS-Simulink @@ -3233,7 +3239,7 @@ Converter3 Converter3 Block - + Toolbox LibraryLink BatteryHV_refsub_SystemSimple/Battery Status/IV Status/PS-Simulink @@ -3243,7 +3249,7 @@ Converter4 Converter4 Block - + Toolbox LibraryLink BatteryHV_refsub_SystemSimple/Battery Status/IV Status/PS-Simulink @@ -3253,7 +3259,7 @@ Converter6 Converter6 Block - + Toolbox LibraryLink BatteryHV_refsub_SystemSimple/Battery Status/IV Status/PS-Simulink @@ -3263,7 +3269,7 @@ Converter Converter Block - + Toolbox LibraryLink BatteryHV_refsub_SystemSimple/Battery Status/IV Status/Power @@ -3271,7 +3277,7 @@ Converter BatteryHV_refsub_SystemSimple/Battery Status/IV Status/Power Block - + Toolbox LibraryLink BatteryHV_refsub_SystemSimple/Battery Status/IV Status/R @@ -3279,7 +3285,7 @@ Converter BatteryHV_refsub_SystemSimple/Battery Status/IV Status/R Block - + Toolbox LibraryLink BatteryHV_refsub_SystemSimple/Battery Status/PS-Simulink @@ -3289,7 +3295,7 @@ Converter5 Converter5 Block - + Toolbox LibraryLink BatteryHV_refsub_SystemSimple/Battery Status/PS-Simulink @@ -3299,7 +3305,7 @@ Converter7 Converter7 Block - + Toolbox LibraryLink BatteryHV_refsub_SystemSimple/Battery Temperature Sensor @@ -3307,7 +3313,7 @@ Converter7 BatteryHV_refsub_SystemSimple/Battery Temperature Sensor Block - + Toolbox LibraryLink BatteryHV_refsub_SystemSimple/Controlled Heat Flow @@ -3317,7 +3323,7 @@ Rate Source Rate Source Block - + Toolbox LibraryLink BatteryHV_refsub_SystemSimple/Current @@ -3327,7 +3333,7 @@ Sensor Sensor Block - + Toolbox LibraryLink BatteryHV_refsub_SystemSimple/Ground @@ -3335,7 +3341,7 @@ Sensor BatteryHV_refsub_SystemSimple/Ground Block - + Toolbox LibraryLink BatteryHV_refsub_SystemSimple/Radiative Heat Transfer @@ -3343,7 +3349,7 @@ Sensor BatteryHV_refsub_SystemSimple/Radiative Heat Transfer Block - + Toolbox LibraryLink BatteryHV_refsub_SystemSimple/Simulink-PS @@ -3353,7 +3359,7 @@ Converter Converter Block - + Toolbox LibraryLink BatteryHV_refsub_SystemSimple/Thermal Reference1 @@ -3361,7 +3367,7 @@ Converter BatteryHV_refsub_SystemSimple/Thermal Reference1 Block - + Toolbox LibraryLink BatteryHV_refsub_SystemSimple/Thermal Reference2 @@ -3369,7 +3375,7 @@ Converter BatteryHV_refsub_SystemSimple/Thermal Reference2 Block - + Toolbox LibraryLink BatteryHV_refsub_SystemSimple/Thermal Reference @@ -3377,7 +3383,7 @@ Converter BatteryHV_refsub_SystemSimple/Thermal Reference Block - + Toolbox LibraryLink BatteryHV_refsub_SystemSimple/Voltage Sensor @@ -3385,7 +3391,7 @@ Converter BatteryHV_refsub_SystemSimple/Voltage Sensor Block - + MATLABFile,FunctionCall 12 Line @@ -3403,15 +3409,15 @@ Converter Line 50 - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox LibraryLink BatteryHV_refsub_SystemTable/Ambient Temperature Sensor @@ -3419,7 +3425,7 @@ Converter BatteryHV_refsub_SystemTable/Ambient Temperature Sensor Block - + Toolbox LibraryLink BatteryHV_refsub_SystemTable/Ambient Thermal Mass @@ -3427,7 +3433,7 @@ Converter BatteryHV_refsub_SystemTable/Ambient Thermal Mass Block - + Toolbox LibraryLink BatteryHV_refsub_SystemTable/Battery Status/IV Status/Charge @@ -3435,7 +3441,7 @@ Converter BatteryHV_refsub_SystemTable/Battery Status/IV Status/Charge Block - + Toolbox LibraryLink BatteryHV_refsub_SystemTable/Battery Status/IV Status/Gain @@ -3443,7 +3449,7 @@ Converter BatteryHV_refsub_SystemTable/Battery Status/IV Status/Gain Block - + Toolbox LibraryLink BatteryHV_refsub_SystemTable/Battery Status/IV Status/I^2 @@ -3451,7 +3457,7 @@ Converter BatteryHV_refsub_SystemTable/Battery Status/IV Status/I^2 Block - + Toolbox LibraryLink BatteryHV_refsub_SystemTable/Battery Status/IV Status/PS Add @@ -3459,7 +3465,7 @@ Converter BatteryHV_refsub_SystemTable/Battery Status/IV Status/PS Add Block - + Toolbox LibraryLink BatteryHV_refsub_SystemTable/Battery Status/IV Status/PS Constant @@ -3467,7 +3473,7 @@ Converter BatteryHV_refsub_SystemTable/Battery Status/IV Status/PS Constant Block - + Toolbox LibraryLink BatteryHV_refsub_SystemTable/Battery Status/IV Status/PS Divide @@ -3475,7 +3481,7 @@ Converter BatteryHV_refsub_SystemTable/Battery Status/IV Status/PS Divide Block - + Toolbox LibraryLink BatteryHV_refsub_SystemTable/Battery Status/IV Status/PS Saturation @@ -3483,7 +3489,7 @@ Converter BatteryHV_refsub_SystemTable/Battery Status/IV Status/PS Saturation Block - + Toolbox LibraryLink BatteryHV_refsub_SystemTable/Battery Status/IV Status/PS-Simulink @@ -3493,7 +3499,7 @@ Converter1 Converter1 Block - + Toolbox LibraryLink BatteryHV_refsub_SystemTable/Battery Status/IV Status/PS-Simulink @@ -3503,7 +3509,7 @@ Converter2 Converter2 Block - + Toolbox LibraryLink BatteryHV_refsub_SystemTable/Battery Status/IV Status/PS-Simulink @@ -3513,7 +3519,7 @@ Converter3 Converter3 Block - + Toolbox LibraryLink BatteryHV_refsub_SystemTable/Battery Status/IV Status/PS-Simulink @@ -3523,7 +3529,7 @@ Converter4 Converter4 Block - + Toolbox LibraryLink BatteryHV_refsub_SystemTable/Battery Status/IV Status/PS-Simulink @@ -3533,7 +3539,7 @@ Converter6 Converter6 Block - + Toolbox LibraryLink BatteryHV_refsub_SystemTable/Battery Status/IV Status/PS-Simulink @@ -3543,7 +3549,7 @@ Converter Converter Block - + Toolbox LibraryLink BatteryHV_refsub_SystemTable/Battery Status/IV Status/Power @@ -3551,7 +3557,7 @@ Converter BatteryHV_refsub_SystemTable/Battery Status/IV Status/Power Block - + Toolbox LibraryLink BatteryHV_refsub_SystemTable/Battery Status/IV Status/R @@ -3559,7 +3565,7 @@ Converter BatteryHV_refsub_SystemTable/Battery Status/IV Status/R Block - + Toolbox LibraryLink BatteryHV_refsub_SystemTable/Battery Status/PS-Simulink @@ -3569,7 +3575,7 @@ Converter5 Converter5 Block - + Toolbox LibraryLink BatteryHV_refsub_SystemTable/Battery Status/PS-Simulink @@ -3579,7 +3585,7 @@ Converter7 Converter7 Block - + Toolbox LibraryLink BatteryHV_refsub_SystemTable/Battery Status/PS-Simulink @@ -3589,7 +3595,7 @@ Converter8 Converter8 Block - + Toolbox LibraryLink BatteryHV_refsub_SystemTable/Battery Temperature Sensor @@ -3605,7 +3611,7 @@ Converter8 BatteryHV_refsub_SystemTable/Battery/Battery (Table-Based) Block - + Toolbox LibraryLink BatteryHV_refsub_SystemTable/Battery/Current-Controlled Current Source @@ -3613,7 +3619,7 @@ Converter8 BatteryHV_refsub_SystemTable/Battery/Current-Controlled Current Source Block - + Toolbox LibraryLink BatteryHV_refsub_SystemTable/Battery/Electrical Reference1 @@ -3621,7 +3627,7 @@ Converter8 BatteryHV_refsub_SystemTable/Battery/Electrical Reference1 Block - + Toolbox LibraryLink BatteryHV_refsub_SystemTable/Battery/Electrical Reference @@ -3629,7 +3635,7 @@ Converter8 BatteryHV_refsub_SystemTable/Battery/Electrical Reference Block - + Toolbox LibraryLink BatteryHV_refsub_SystemTable/Battery/Voltage-Controlled Voltage Source @@ -3637,7 +3643,7 @@ Converter8 BatteryHV_refsub_SystemTable/Battery/Voltage-Controlled Voltage Source Block - + Toolbox LibraryLink BatteryHV_refsub_SystemTable/Controlled Heat Flow @@ -3647,7 +3653,7 @@ Rate Source Rate Source Block - + Toolbox LibraryLink BatteryHV_refsub_SystemTable/Current Sensor @@ -3655,7 +3661,7 @@ Rate Source BatteryHV_refsub_SystemTable/Current Sensor Block - + Toolbox LibraryLink BatteryHV_refsub_SystemTable/Ground @@ -3663,7 +3669,7 @@ Rate Source BatteryHV_refsub_SystemTable/Ground Block - + Toolbox LibraryLink BatteryHV_refsub_SystemTable/Radiative Heat Transfer @@ -3671,7 +3677,7 @@ Rate Source BatteryHV_refsub_SystemTable/Radiative Heat Transfer Block - + Toolbox LibraryLink BatteryHV_refsub_SystemTable/Simulink-PS @@ -3681,7 +3687,7 @@ Converter Converter Block - + Toolbox LibraryLink BatteryHV_refsub_SystemTable/Thermal Reference1 @@ -3689,7 +3695,7 @@ Converter BatteryHV_refsub_SystemTable/Thermal Reference1 Block - + Toolbox LibraryLink BatteryHV_refsub_SystemTable/Thermal Reference2 @@ -3697,7 +3703,7 @@ Converter BatteryHV_refsub_SystemTable/Thermal Reference2 Block - + Toolbox LibraryLink BatteryHV_refsub_SystemTable/Thermal Reference @@ -3705,7 +3711,7 @@ Converter BatteryHV_refsub_SystemTable/Thermal Reference Block - + Toolbox LibraryLink BatteryHV_refsub_SystemTable/Voltage Sensor @@ -3713,7 +3719,7 @@ Converter BatteryHV_refsub_SystemTable/Voltage Sensor Block - + MATLABFile,FunctionCall 12 Line @@ -3743,11 +3749,11 @@ Converter Line 98 - + Toolbox Toolbox - + MATLABFile,FunctionCall 12 Line @@ -3765,7 +3771,7 @@ Converter Line 59 - + Toolbox Toolbox @@ -3773,15 +3779,15 @@ Converter ModelCallback,PreLoadFcn,FunctionCall 1 - + Runtime SimulinkCache - + Toolbox Toolbox - + Toolbox LibraryLink BatteryHV_harness_model/Converter @@ -3789,7 +3795,7 @@ Converter BatteryHV_harness_model/Converter Block - + Toolbox LibraryLink BatteryHV_harness_model/Electric Load/Controlled Current @@ -3799,7 +3805,7 @@ Source Source Block - + Toolbox LibraryLink BatteryHV_harness_model/Electric Load/Current Sensor @@ -3807,7 +3813,7 @@ Source BatteryHV_harness_model/Electric Load/Current Sensor Block - + Toolbox LibraryLink BatteryHV_harness_model/Electric Load/PS Product @@ -3815,7 +3821,7 @@ Source BatteryHV_harness_model/Electric Load/PS Product Block - + Toolbox LibraryLink BatteryHV_harness_model/Electric Load/PS-Simulink @@ -3825,7 +3831,7 @@ Converter1 Converter1 Block - + Toolbox LibraryLink BatteryHV_harness_model/Electric Load/PS-Simulink @@ -3835,7 +3841,7 @@ Converter2 Converter2 Block - + Toolbox LibraryLink BatteryHV_harness_model/Electric Load/PS-Simulink @@ -3845,7 +3851,7 @@ Converter Converter Block - + Toolbox LibraryLink BatteryHV_harness_model/Electric Load/Resistor @@ -3853,7 +3859,7 @@ Converter BatteryHV_harness_model/Electric Load/Resistor Block - + Toolbox LibraryLink BatteryHV_harness_model/Electric Load/Simulink-PS @@ -3863,7 +3869,7 @@ Converter Converter Block - + Toolbox LibraryLink BatteryHV_harness_model/Electric Load/Voltage Sensor @@ -3878,7 +3884,7 @@ Converter BatteryHV_harness_model/High Voltage Battery Block - + BlockCallback,MaskCallbackString,FunctionCall BatteryHV_harness_model/Inputs/Heat flow 1247 @@ -3886,7 +3892,7 @@ Converter Block 1 - + BlockCallback,MaskInitialization,FunctionCall BatteryHV_harness_model/Inputs/Heat flow 1247 @@ -3894,7 +3900,7 @@ Converter Block 10 - + BlockCallback,MaskInitialization,FunctionCall BatteryHV_harness_model/Inputs/Heat flow 1247 @@ -3902,7 +3908,7 @@ Converter Block 2 - + BlockCallback,MaskCallbackString,FunctionCall BatteryHV_harness_model/Inputs/Load current 1243 @@ -3910,7 +3916,7 @@ Converter Block 1 - + BlockCallback,MaskInitialization,FunctionCall BatteryHV_harness_model/Inputs/Load current 1243 @@ -3918,7 +3924,7 @@ Converter Block 10 - + BlockCallback,MaskInitialization,FunctionCall BatteryHV_harness_model/Inputs/Load current 1243 @@ -3926,7 +3932,7 @@ Converter Block 2 - + Toolbox LibraryLink BatteryHV_harness_model/Solver Configuration @@ -3946,7 +3952,7 @@ Converter Line 141 - + MATLABFile,FunctionCall 17 Line @@ -3964,7 +3970,7 @@ Converter Line 92 - + Toolbox Toolbox @@ -3980,7 +3986,7 @@ Converter Line 3 - + Toolbox Toolbox @@ -3990,14 +3996,14 @@ Converter Line 6 - + Toolbox MATLABFile,FunctionCall 7 Line 7 - + Toolbox Toolbox @@ -4013,7 +4019,7 @@ Converter Line 21 - + Toolbox MATLABFile,FunctionCall 2 @@ -4032,7 +4038,7 @@ Converter Line 9 - + Toolbox Toolbox @@ -4048,7 +4054,7 @@ Converter Line 19 - + Toolbox MATLABFile,FunctionCall 2 @@ -4067,7 +4073,7 @@ Converter Line 9 - + Toolbox Toolbox @@ -4083,7 +4089,7 @@ Converter Line 21 - + Toolbox MATLABFile,FunctionCall 2 @@ -4102,7 +4108,7 @@ Converter Line 9 - + Toolbox Toolbox @@ -4118,7 +4124,7 @@ Converter Line 21 - + Toolbox MATLABFile,FunctionCall 2 @@ -4137,7 +4143,7 @@ Converter Line 9 - + Toolbox Toolbox @@ -4148,7 +4154,7 @@ Converter Line 104 - + Toolbox MATLABFile,FunctionCall 105 @@ -4156,280 +4162,280 @@ Converter Line 105 - + MATLABFile,FunctionCall 109 blockParameters_BatteryHV_Electrical Line 109 - + MATLABFile,FunctionCall 110 blockParameters_BatteryHV_Electrical Line 110 - + MATLABFile,FunctionCall 111 blockParameters_BatteryHV_Electrical Line 111 - + MATLABFile,FunctionCall 112 blockParameters_BatteryHV_Electrical Line 112 - + MATLABFile,FunctionCall 113 blockParameters_BatteryHV_Electrical Line 113 - + MATLABFile,FunctionCall 114 blockParameters_BatteryHV_Electrical Line 114 - + MATLABFile,FunctionCall 115 blockParameters_BatteryHV_Electrical Line 115 - + MATLABFile,FunctionCall 116 blockParameters_BatteryHV_Electrical Line 116 - + MATLABFile,FunctionCall 117 blockParameters_BatteryHV_Electrical Line 117 - + MATLABFile,FunctionCall 119 blockParameters_BatteryHV_Electrical Line 119 - + MATLABFile,FunctionCall 121 blockParameters_BatteryHV_Electrical Line 121 - + MATLABFile,FunctionCall 123 blockParameters_BatteryHV_Electrical Line 123 - + MATLABFile,FunctionCall 125 blockParameters_BatteryHV_Electrical Line 125 - + MATLABFile,FunctionCall 126 blockParameters_BatteryHV_Electrical Line 126 - + MATLABFile,FunctionCall 127 blockParameters_BatteryHV_Electrical Line 127 - + MATLABFile,FunctionCall 128 blockParameters_BatteryHV_Electrical Line 128 - + MATLABFile,FunctionCall 130 blockParameters_BatteryHV_Electrical Line 130 - + MATLABFile,FunctionCall 132 blockParameters_BatteryHV_Electrical Line 132 - + MATLABFile,FunctionCall 133 blockParameters_BatteryHV_Electrical Line 133 - + MATLABFile,FunctionCall 134 blockParameters_BatteryHV_Electrical Line 134 - + MATLABFile,FunctionCall 135 blockParameters_BatteryHV_Electrical Line 135 - + MATLABFile,FunctionCall 136 blockParameters_BatteryHV_Electrical Line 136 - + MATLABFile,FunctionCall 137 blockParameters_BatteryHV_Electrical Line 137 - + MATLABFile,FunctionCall 138 blockParameters_BatteryHV_Electrical Line 138 - + MATLABFile,FunctionCall 139 blockParameters_BatteryHV_Electrical Line 139 - + MATLABFile,FunctionCall 140 blockParameters_BatteryHV_Electrical Line 140 - + MATLABFile,FunctionCall 143 blockParameters_BatteryHV_Electrical Line 143 - + MATLABFile,FunctionCall 144 blockParameters_BatteryHV_Electrical Line 144 - + MATLABFile,FunctionCall 145 blockParameters_BatteryHV_Electrical Line 145 - + MATLABFile,FunctionCall 146 blockParameters_BatteryHV_Electrical Line 146 - + MATLABFile,FunctionCall 149 blockParameters_BatteryHV_Electrical Line 149 - + MATLABFile,FunctionCall 150 blockParameters_BatteryHV_Electrical Line 150 - + MATLABFile,FunctionCall 151 blockParameters_BatteryHV_Electrical Line 151 - + MATLABFile,FunctionCall 152 blockParameters_BatteryHV_Electrical Line 152 - + MATLABFile,FunctionCall 153 blockParameters_BatteryHV_Electrical Line 153 - + MATLABFile,FunctionCall 156 blockParameters_BatteryHV_Electrical Line 156 - + MATLABFile,FunctionCall 159 blockParameters_BatteryHV_Electrical Line 159 - + MATLABFile,FunctionCall 160 blockParameters_BatteryHV_Electrical Line 160 - + MATLABFile,FunctionCall 163 blockParameters_BatteryHV_Electrical Line 163 - + MATLABFile,FunctionCall 166 blockParameters_BatteryHV_Electrical @@ -4443,7 +4449,7 @@ Converter Line 17 - + Toolbox MATLABFile,FunctionCall 18 @@ -4451,69 +4457,69 @@ Converter Line 18 - + MATLABFile,Inheritance 1 Line 1 - + MATLABFile,FunctionCall 21 blockParameters_BatteryHV_Basic Line 21 - + MATLABFile,FunctionCall 24 blockParameters_BatteryHV_Basic Line 24 - + MATLABFile,FunctionCall 25 blockParameters_BatteryHV_Basic Line 25 - + MATLABFile,FunctionCall 26 blockParameters_BatteryHV_Basic Line 26 - + MATLABFile,FunctionCall 29 blockParameters_BatteryHV_Basic Line 29 - + MATLABFile,FunctionCall 32 blockParameters_BatteryHV_Basic Line 32 - + MATLABFile,FunctionCall 33 blockParameters_BatteryHV_Basic Line 33 - + MATLABFile,FunctionCall 36 blockParameters_BatteryHV_Basic Line 36 - + MATLABFile,FunctionCall 39 blockParameters_BatteryHV_Basic @@ -4527,7 +4533,7 @@ Converter Line 47 - + Toolbox MATLABFile,FunctionCall 48 @@ -4535,224 +4541,224 @@ Converter Line 48 - + MATLABFile,FunctionCall 52 blockParameters_BatteryHV_Driveline Line 52 - + MATLABFile,FunctionCall 53 blockParameters_BatteryHV_Driveline Line 53 - + MATLABFile,FunctionCall 54 blockParameters_BatteryHV_Driveline Line 54 - + MATLABFile,FunctionCall 55 blockParameters_BatteryHV_Driveline Line 55 - + MATLABFile,FunctionCall 56 blockParameters_BatteryHV_Driveline Line 56 - + MATLABFile,FunctionCall 57 blockParameters_BatteryHV_Driveline Line 57 - + MATLABFile,FunctionCall 58 blockParameters_BatteryHV_Driveline Line 58 - + MATLABFile,FunctionCall 60 blockParameters_BatteryHV_Driveline Line 60 - + MATLABFile,FunctionCall 61 blockParameters_BatteryHV_Driveline Line 61 - + MATLABFile,FunctionCall 63 blockParameters_BatteryHV_Driveline Line 63 - + MATLABFile,FunctionCall 64 blockParameters_BatteryHV_Driveline Line 64 - + MATLABFile,FunctionCall 65 blockParameters_BatteryHV_Driveline Line 65 - + MATLABFile,FunctionCall 66 blockParameters_BatteryHV_Driveline Line 66 - + MATLABFile,FunctionCall 67 blockParameters_BatteryHV_Driveline Line 67 - + MATLABFile,FunctionCall 68 blockParameters_BatteryHV_Driveline Line 68 - + MATLABFile,FunctionCall 69 blockParameters_BatteryHV_Driveline Line 69 - + MATLABFile,FunctionCall 70 blockParameters_BatteryHV_Driveline Line 70 - + MATLABFile,FunctionCall 73 blockParameters_BatteryHV_Driveline Line 73 - + MATLABFile,FunctionCall 74 blockParameters_BatteryHV_Driveline Line 74 - + MATLABFile,FunctionCall 75 blockParameters_BatteryHV_Driveline Line 75 - + MATLABFile,FunctionCall 76 blockParameters_BatteryHV_Driveline Line 76 - + MATLABFile,FunctionCall 79 blockParameters_BatteryHV_Driveline Line 79 - + MATLABFile,FunctionCall 80 blockParameters_BatteryHV_Driveline Line 80 - + MATLABFile,FunctionCall 81 blockParameters_BatteryHV_Driveline Line 81 - + MATLABFile,FunctionCall 82 blockParameters_BatteryHV_Driveline Line 82 - + MATLABFile,FunctionCall 83 blockParameters_BatteryHV_Driveline Line 83 - + MATLABFile,FunctionCall 86 blockParameters_BatteryHV_Driveline Line 86 - + MATLABFile,FunctionCall 89 blockParameters_BatteryHV_Driveline Line 89 - + MATLABFile,FunctionCall 90 blockParameters_BatteryHV_Driveline Line 90 - + MATLABFile,FunctionCall 93 blockParameters_BatteryHV_Driveline Line 93 - + MATLABFile,FunctionCall 96 blockParameters_BatteryHV_Driveline Line 96 - + Toolbox Toolbox @@ -4777,7 +4783,7 @@ Converter Line 110 - + Toolbox MATLABFile,FunctionCall 110 @@ -4799,7 +4805,7 @@ Converter Line 115 - + Toolbox MATLABFile,FunctionCall 115 @@ -4821,7 +4827,7 @@ Converter Line 120 - + Toolbox MATLABFile,FunctionCall 120 @@ -4843,7 +4849,7 @@ Converter Line 125 - + Toolbox MATLABFile,FunctionCall 125 @@ -4865,7 +4871,7 @@ Converter Line 130 - + Toolbox MATLABFile,FunctionCall 130 @@ -4894,7 +4900,7 @@ Converter Line 139 - + Toolbox MATLABFile,FunctionCall 139 @@ -4916,7 +4922,7 @@ Converter Line 144 - + Toolbox MATLABFile,FunctionCall 144 @@ -4938,7 +4944,7 @@ Converter Line 149 - + Toolbox MATLABFile,FunctionCall 149 @@ -4960,7 +4966,7 @@ Converter Line 154 - + Toolbox MATLABFile,FunctionCall 154 @@ -4982,7 +4988,7 @@ Converter Line 159 - + Toolbox MATLABFile,FunctionCall 159 @@ -5018,7 +5024,7 @@ Converter Line 184 - + Toolbox MATLABFile,FunctionCall 184 @@ -5040,7 +5046,7 @@ Converter Line 195 - + Toolbox MATLABFile,FunctionCall 195 @@ -5055,13 +5061,13 @@ Converter Line 196 - + MATLABFile,Inheritance 1 Line 1 - + Toolbox MATLABFile,FunctionCall 201 @@ -5129,7 +5135,7 @@ Converter Line 22 - + Toolbox MATLABFile,FunctionCall 252 @@ -5137,7 +5143,7 @@ Converter Line 252 - + MATLABFile,FunctionCall 253 MQC_CallbackButtons_1 @@ -5168,7 +5174,7 @@ Converter Line 28 - + Toolbox MATLABFile,FunctionCall 35 @@ -5176,7 +5182,7 @@ Converter Line 35 - + Toolbox MATLABFile,FunctionCall 50 @@ -5198,7 +5204,7 @@ Converter Line 52 - + Toolbox MATLABFile,FunctionCall 60 @@ -5220,7 +5226,7 @@ Converter Line 62 - + Toolbox MATLABFile,FunctionCall 70 @@ -5270,49 +5276,49 @@ Converter Line 96 - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox Toolbox - + MATLABFile,FunctionCall 65 BatteryHV_buildOpenCircuitVoltageData Line 65 - + Toolbox Toolbox - + MATLABFile,FunctionCall 61 BatteryHV_buildTerminalResistanceData Line 61 - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox MATLABFile,FunctionCall 18 @@ -5320,85 +5326,85 @@ Converter Line 18 - + Toolbox Toolbox - + MATLABFile,FunctionCall 27 BatteryHV_plotInput_LoadCurrent Line 27 - + Toolbox Toolbox - + MATLABFile,FunctionCall 108 BatteryHV_plotResults Line 108 - + MATLABFile,FunctionCall 118 BatteryHV_plotResults Line 118 - + MATLABFile,FunctionCall 29 BatteryHV_plotResults Line 29 - + MATLABFile,FunctionCall 40 BatteryHV_plotResults Line 40 - + MATLABFile,FunctionCall 50 BatteryHV_plotResults Line 50 - + MATLABFile,FunctionCall 64 BatteryHV_plotResults Line 64 - + MATLABFile,FunctionCall 76 BatteryHV_plotResults Line 76 - + MATLABFile,FunctionCall 86 BatteryHV_plotResults Line 86 - + MATLABFile,FunctionCall 98 BatteryHV_plotResults Line 98 - + Toolbox Toolbox @@ -5409,7 +5415,7 @@ Converter Line 70 - + Toolbox Toolbox @@ -5420,7 +5426,7 @@ Converter Line 25 - + Toolbox Toolbox @@ -5431,7 +5437,7 @@ Converter Line 12 - + Toolbox Toolbox @@ -5442,11 +5448,11 @@ Converter Line 25 - + Toolbox Toolbox - + MATLABFile,FunctionCall 20 BatteryHV_loadSimulationCase_Random @@ -5460,7 +5466,7 @@ Converter Line 40 - + Toolbox Toolbox @@ -5471,17 +5477,17 @@ Converter Line 29 - + Toolbox Toolbox - + MATLABFile,FunctionCall 19 Line 19 - + Toolbox MATLABFile,FunctionCall 21 @@ -5489,7 +5495,7 @@ Converter Line 21 - + Toolbox MATLABFile,FunctionCall 22 @@ -5497,7 +5503,7 @@ Converter Line 22 - + Toolbox Toolbox @@ -5508,7 +5514,7 @@ Converter Line 7 - + Toolbox Toolbox @@ -5519,7 +5525,7 @@ Converter Line 7 - + Toolbox Toolbox @@ -5530,7 +5536,7 @@ Converter Line 7 - + Toolbox Toolbox @@ -5541,22 +5547,22 @@ Converter Line 7 - + Toolbox Toolbox - + MATLABFile,FunctionCall 6 BatteryHV_generateMarkdown Line 6 - + Toolbox Toolbox - + Toolbox Toolbox @@ -5566,28 +5572,28 @@ Converter Line 12 - + MATLABFile,FunctionCall 24 Line 24 - + Toolbox MATLABFile,FunctionCall 7 Line 7 - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox Toolbox @@ -5598,7 +5604,7 @@ Converter CtrlEnv_refsub_Basic/BEV Controller Block - + SubsystemReference CtrlEnv_refsub_Basic/Vehicle speed reference 52319 @@ -5611,15 +5617,15 @@ Converter Line 7 - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Ambient thermal mass with battery @@ -5627,7 +5633,7 @@ Converter CtrlEnv_Vehicle_refsub/Ambient thermal mass with battery Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Ambient thermal mass with motor @@ -5635,7 +5641,7 @@ Converter CtrlEnv_Vehicle_refsub/Ambient thermal mass with motor Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Battery Temperature Sensor @@ -5643,7 +5649,7 @@ Converter CtrlEnv_Vehicle_refsub/Battery Temperature Sensor Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Battery Thermal Mass @@ -5651,7 +5657,7 @@ Converter CtrlEnv_Vehicle_refsub/Battery Thermal Mass Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Battery heat cmd @@ -5659,7 +5665,7 @@ Converter CtrlEnv_Vehicle_refsub/Battery heat cmd Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Battery heat transfer @@ -5667,7 +5673,7 @@ Converter CtrlEnv_Vehicle_refsub/Battery heat transfer Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Brake @@ -5675,7 +5681,7 @@ Converter CtrlEnv_Vehicle_refsub/Brake Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Drag friction @@ -5683,7 +5689,7 @@ Converter CtrlEnv_Vehicle_refsub/Drag friction Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Force to pressure @@ -5691,7 +5697,7 @@ Converter CtrlEnv_Vehicle_refsub/Force to pressure Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Geartrain friction @@ -5699,7 +5705,7 @@ Converter CtrlEnv_Vehicle_refsub/Geartrain friction Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Mechanical @@ -5709,7 +5715,7 @@ Rotational Reference1 Rotational Reference1 Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Mechanical @@ -5719,7 +5725,7 @@ Rotational Reference2 Rotational Reference2 Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Mechanical @@ -5729,7 +5735,7 @@ Rotational Reference Rotational Reference Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Mechanical @@ -5741,7 +5747,7 @@ Translational Reference Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Motor Temperature Sensor @@ -5749,7 +5755,7 @@ Reference CtrlEnv_Vehicle_refsub/Motor Temperature Sensor Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Motor Thermal Mass @@ -5757,7 +5763,7 @@ Reference CtrlEnv_Vehicle_refsub/Motor Thermal Mass Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Motor heat cmd @@ -5765,7 +5771,7 @@ Reference CtrlEnv_Vehicle_refsub/Motor heat cmd Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Motor heat transfer @@ -5773,7 +5779,7 @@ Reference CtrlEnv_Vehicle_refsub/Motor heat transfer Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Motor speed sensor @@ -5781,7 +5787,7 @@ Reference CtrlEnv_Vehicle_refsub/Motor speed sensor Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Motor torque @@ -5789,7 +5795,7 @@ Reference CtrlEnv_Vehicle_refsub/Motor torque Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/PS Divide @@ -5797,7 +5803,7 @@ Reference CtrlEnv_Vehicle_refsub/PS Divide Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/PS-Simulink @@ -5807,7 +5813,7 @@ Converter1 Converter1 Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/PS-Simulink @@ -5817,7 +5823,7 @@ Converter2 Converter2 Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/PS-Simulink @@ -5827,7 +5833,7 @@ Converter3 Converter3 Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/PS-Simulink @@ -5837,7 +5843,7 @@ Converter7 Converter7 Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Reduction gear @@ -5845,7 +5851,7 @@ Converter7 CtrlEnv_Vehicle_refsub/Reduction gear Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Simulink-PS @@ -5855,7 +5861,7 @@ Converter1 Converter1 Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Simulink-PS @@ -5865,7 +5871,7 @@ Converter2 Converter2 Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Simulink-PS @@ -5875,7 +5881,7 @@ Converter3 Converter3 Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Simulink-PS @@ -5885,7 +5891,7 @@ Converter Converter Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Solver Configuration1 @@ -5893,7 +5899,7 @@ Converter CtrlEnv_Vehicle_refsub/Solver Configuration1 Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Solver Configuration2 @@ -5901,7 +5907,7 @@ Converter CtrlEnv_Vehicle_refsub/Solver Configuration2 Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Solver Configuration @@ -5909,7 +5915,7 @@ Converter CtrlEnv_Vehicle_refsub/Solver Configuration Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Thermal Reference1 @@ -5917,7 +5923,7 @@ Converter CtrlEnv_Vehicle_refsub/Thermal Reference1 Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Thermal Reference2 @@ -5925,7 +5931,7 @@ Converter CtrlEnv_Vehicle_refsub/Thermal Reference2 Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Thermal Reference3 @@ -5933,7 +5939,7 @@ Converter CtrlEnv_Vehicle_refsub/Thermal Reference3 Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Thermal Reference4 @@ -5941,7 +5947,7 @@ Converter CtrlEnv_Vehicle_refsub/Thermal Reference4 Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Tire @@ -5949,7 +5955,7 @@ Converter CtrlEnv_Vehicle_refsub/Tire Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Vehicle inertia @@ -5957,7 +5963,7 @@ Converter CtrlEnv_Vehicle_refsub/Vehicle inertia Block - + Toolbox LibraryLink CtrlEnv_Vehicle_refsub/Vehicle speed sensor @@ -5971,7 +5977,7 @@ Converter Line 36 - + Toolbox Toolbox @@ -5979,11 +5985,11 @@ Converter ModelCallback,PreLoadFcn,FunctionCall 1 - + Toolbox Toolbox - + BlockCallback,MaskCallbackString,FunctionCall CtrlEnv_Vehicle_harness_model/Battery heat flow command 14 @@ -5991,7 +5997,7 @@ Converter Block 1 - + BlockCallback,MaskInitialization,FunctionCall CtrlEnv_Vehicle_harness_model/Battery heat flow command 14 @@ -5999,7 +6005,7 @@ Converter Block 2 - + BlockCallback,MaskCallbackString,FunctionCall CtrlEnv_Vehicle_harness_model/Brake force 2 @@ -6007,7 +6013,7 @@ Converter Block 1 - + BlockCallback,MaskInitialization,FunctionCall CtrlEnv_Vehicle_harness_model/Brake force 2 @@ -6015,7 +6021,7 @@ Converter Block 2 - + BlockCallback,MaskCallbackString,FunctionCall CtrlEnv_Vehicle_harness_model/Motor heat flow command 10 @@ -6023,7 +6029,7 @@ Converter Block 1 - + BlockCallback,MaskInitialization,FunctionCall CtrlEnv_Vehicle_harness_model/Motor heat flow command 10 @@ -6031,7 +6037,7 @@ Converter Block 2 - + BlockCallback,MaskCallbackString,FunctionCall CtrlEnv_Vehicle_harness_model/Motor torque command 6 @@ -6039,7 +6045,7 @@ Converter Block 1 - + BlockCallback,MaskInitialization,FunctionCall CtrlEnv_Vehicle_harness_model/Motor torque command 6 @@ -6060,7 +6066,7 @@ Converter Line 8 - + Toolbox Toolbox @@ -6070,14 +6076,14 @@ Converter Line 12 - + Toolbox MATLABFile,FunctionCall 2 Line 2 - + Toolbox MATLABFile,FunctionCall 3 @@ -6096,11 +6102,11 @@ Converter Line 7 - + Toolbox Toolbox - + MATLABFile,Inheritance 1 Line @@ -6113,7 +6119,7 @@ Converter Line 21 - + Toolbox MATLABFile,FunctionCall 28 @@ -6135,7 +6141,7 @@ Converter Line 39 - + Toolbox MATLABFile,FunctionCall 46 @@ -6164,7 +6170,7 @@ Converter Line 57 - + Toolbox MATLABFile,FunctionCall 62 @@ -6179,11 +6185,11 @@ Converter Line 65 - + Toolbox Toolbox - + Toolbox Toolbox @@ -6194,7 +6200,7 @@ Converter Line 88 - + Toolbox Toolbox @@ -6205,33 +6211,33 @@ Converter Line 28 - + Toolbox Toolbox - + Toolbox Toolbox - + MATLABFile,FunctionCall 22 CtrlEnv_Vehicle_plotResults Line 22 - + Toolbox Toolbox - + MATLABFile,FunctionCall 6 CtrlEnv_Vehicle_generateMarkdown Line 6 - + Toolbox Toolbox @@ -6239,15 +6245,15 @@ Converter ModelCallback,PreLoadFcn,FunctionCall 1 - + Runtime SimulinkCache - + Toolbox Toolbox - + Notes @@ -6270,18 +6276,18 @@ Converter Line 56 - + Toolbox Toolbox - + Toolbox MATLABFile,FunctionCall 2 Line 2 - + Toolbox MATLABFile,FunctionCall 3 @@ -6306,18 +6312,18 @@ Converter Line 9 - + Toolbox Toolbox - + Toolbox MATLABFile,FunctionCall 2 Line 2 - + Toolbox MATLABFile,FunctionCall 3 @@ -6342,18 +6348,18 @@ Converter Line 9 - + Toolbox Toolbox - + Toolbox MATLABFile,FunctionCall 2 Line 2 - + Toolbox MATLABFile,FunctionCall 3 @@ -6378,18 +6384,18 @@ Converter Line 9 - + Toolbox Toolbox - + Toolbox MATLABFile,FunctionCall 2 Line 2 - + Toolbox MATLABFile,FunctionCall 3 @@ -6414,18 +6420,18 @@ Converter Line 9 - + Toolbox Toolbox - + Toolbox MATLABFile,FunctionCall 2 Line 2 - + Toolbox MATLABFile,FunctionCall 3 @@ -6450,11 +6456,11 @@ Converter Line 9 - + Toolbox Toolbox - + Toolbox MATLABFile,FunctionCall 116 @@ -6462,20 +6468,20 @@ Converter Line 116 - + MATLABFile,FunctionCall 117 MQC_CallbackButtons_1 Line 117 - + MATLABFile,Inheritance 1 Line 1 - + Toolbox MATLABFile,FunctionCall 22 @@ -6532,7 +6538,7 @@ Converter Line 55 - + Toolbox MATLABFile,FunctionCall 55 @@ -6554,7 +6560,7 @@ Converter Line 60 - + Toolbox MATLABFile,FunctionCall 60 @@ -6576,7 +6582,7 @@ Converter Line 65 - + Toolbox MATLABFile,FunctionCall 65 @@ -6598,7 +6604,7 @@ Converter Line 70 - + Toolbox MATLABFile,FunctionCall 70 @@ -6620,7 +6626,7 @@ Converter Line 75 - + Toolbox MATLABFile,FunctionCall 75 @@ -6642,7 +6648,7 @@ Converter Line 80 - + Toolbox MATLABFile,FunctionCall 80 @@ -6657,7 +6663,7 @@ Converter Line 81 - + Toolbox MATLABFile,FunctionCall 88 @@ -6672,15 +6678,15 @@ Converter Line 91 - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox Toolbox @@ -6691,7 +6697,7 @@ Converter Line 13 - + Toolbox Toolbox @@ -6702,7 +6708,7 @@ Converter Line 13 - + Toolbox Toolbox @@ -6713,7 +6719,7 @@ Converter Line 13 - + Toolbox Toolbox @@ -6724,7 +6730,7 @@ Converter Line 13 - + Toolbox Toolbox @@ -6735,29 +6741,29 @@ Converter Line 13 - + Toolbox Toolbox - + MATLABFile,FunctionCall 27 CtrlEnv_plotResults Line 27 - + Toolbox Toolbox - + MATLABFile,FunctionCall 6 CtrlEnv_generateMarkdown Line 6 - + Toolbox Toolbox @@ -6765,15 +6771,15 @@ Converter ModelCallback,PreLoadFcn,FunctionCall 1 - + Runtime SimulinkCache - + Toolbox Toolbox - + Toolbox LibraryLink MotorDriveUnit_harness_model/Electrical Reference @@ -6781,7 +6787,7 @@ Converter MotorDriveUnit_harness_model/Electrical Reference Block - + Toolbox LibraryLink MotorDriveUnit_harness_model/High Voltage Battery/Battery Status/Charge @@ -6789,7 +6795,7 @@ Converter MotorDriveUnit_harness_model/High Voltage Battery/Battery Status/Charge Block - + Toolbox LibraryLink MotorDriveUnit_harness_model/High Voltage Battery/Battery Status/Gain @@ -6797,7 +6803,7 @@ Converter MotorDriveUnit_harness_model/High Voltage Battery/Battery Status/Gain Block - + Toolbox LibraryLink MotorDriveUnit_harness_model/High Voltage Battery/Battery Status/I^2 @@ -6805,7 +6811,7 @@ Converter MotorDriveUnit_harness_model/High Voltage Battery/Battery Status/I^2 Block - + Toolbox LibraryLink MotorDriveUnit_harness_model/High Voltage Battery/Battery Status/PS Add @@ -6813,7 +6819,7 @@ Converter MotorDriveUnit_harness_model/High Voltage Battery/Battery Status/PS Add Block - + Toolbox LibraryLink MotorDriveUnit_harness_model/High Voltage Battery/Battery Status/PS-Simulink @@ -6823,7 +6829,7 @@ Converter1 Converter1 Block - + Toolbox LibraryLink MotorDriveUnit_harness_model/High Voltage Battery/Battery Status/PS-Simulink @@ -6833,7 +6839,7 @@ Converter2 Converter2 Block - + Toolbox LibraryLink MotorDriveUnit_harness_model/High Voltage Battery/Battery Status/PS-Simulink @@ -6843,7 +6849,7 @@ Converter3 Converter3 Block - + Toolbox LibraryLink MotorDriveUnit_harness_model/High Voltage Battery/Battery Status/PS-Simulink @@ -6853,7 +6859,7 @@ Converter4 Converter4 Block - + Toolbox LibraryLink MotorDriveUnit_harness_model/High Voltage Battery/Battery Status/PS-Simulink @@ -6863,7 +6869,7 @@ Converter Converter Block - + Toolbox LibraryLink MotorDriveUnit_harness_model/High Voltage Battery/Battery Status/Power @@ -6871,7 +6877,7 @@ Converter MotorDriveUnit_harness_model/High Voltage Battery/Battery Status/Power Block - + Toolbox LibraryLink MotorDriveUnit_harness_model/High Voltage Battery/Battery Status/Terminal resistance @@ -6879,7 +6885,7 @@ Converter MotorDriveUnit_harness_model/High Voltage Battery/Battery Status/Terminal resistance Block - + Toolbox LibraryLink MotorDriveUnit_harness_model/High Voltage Battery/Current Sensor @@ -6887,7 +6893,7 @@ Converter MotorDriveUnit_harness_model/High Voltage Battery/Current Sensor Block - + Toolbox LibraryLink MotorDriveUnit_harness_model/High Voltage Battery/DC Voltage Source @@ -6895,7 +6901,7 @@ Converter MotorDriveUnit_harness_model/High Voltage Battery/DC Voltage Source Block - + Toolbox LibraryLink MotorDriveUnit_harness_model/High Voltage Battery/Terminal resistance @@ -6903,7 +6909,7 @@ Converter MotorDriveUnit_harness_model/High Voltage Battery/Terminal resistance Block - + Toolbox LibraryLink MotorDriveUnit_harness_model/High Voltage Battery/Voltage Sensor @@ -6911,7 +6917,7 @@ Converter MotorDriveUnit_harness_model/High Voltage Battery/Voltage Sensor Block - + BlockCallback,MaskCallbackString,FunctionCall MotorDriveUnit_harness_model/Inputs/Axle clutch switch 311 @@ -6919,7 +6925,7 @@ Converter Block 1 - + BlockCallback,MaskInitialization,FunctionCall MotorDriveUnit_harness_model/Inputs/Axle clutch switch 311 @@ -6927,7 +6933,7 @@ Converter Block 9 - + BlockCallback,MaskInitialization,FunctionCall MotorDriveUnit_harness_model/Inputs/Axle clutch switch 311 @@ -6935,7 +6941,7 @@ Converter Block 2 - + BlockCallback,MaskCallbackString,FunctionCall MotorDriveUnit_harness_model/Inputs/Axle speed 307 @@ -6943,7 +6949,7 @@ Converter Block 1 - + BlockCallback,MaskInitialization,FunctionCall MotorDriveUnit_harness_model/Inputs/Axle speed 307 @@ -6951,7 +6957,7 @@ Converter Block 10 - + BlockCallback,MaskInitialization,FunctionCall MotorDriveUnit_harness_model/Inputs/Axle speed 307 @@ -6959,7 +6965,7 @@ Converter Block 2 - + BlockCallback,MaskCallbackString,FunctionCall MotorDriveUnit_harness_model/Inputs/Axle torque 315 @@ -6967,7 +6973,7 @@ Converter Block 1 - + BlockCallback,MaskInitialization,FunctionCall MotorDriveUnit_harness_model/Inputs/Axle torque 315 @@ -6975,7 +6981,7 @@ Converter Block 10 - + BlockCallback,MaskInitialization,FunctionCall MotorDriveUnit_harness_model/Inputs/Axle torque 315 @@ -6983,7 +6989,7 @@ Converter Block 2 - + BlockCallback,MaskCallbackString,FunctionCall MotorDriveUnit_harness_model/Inputs/Heat flow command 447 @@ -6991,7 +6997,7 @@ Converter Block 1 - + BlockCallback,MaskInitialization,FunctionCall MotorDriveUnit_harness_model/Inputs/Heat flow command 447 @@ -6999,7 +7005,7 @@ Converter Block 10 - + BlockCallback,MaskInitialization,FunctionCall MotorDriveUnit_harness_model/Inputs/Heat flow command 447 @@ -7007,7 +7013,7 @@ Converter Block 2 - + BlockCallback,MaskCallbackString,FunctionCall MotorDriveUnit_harness_model/Inputs/Motor torque command 319 @@ -7015,7 +7021,7 @@ Converter Block 1 - + BlockCallback,MaskInitialization,FunctionCall MotorDriveUnit_harness_model/Inputs/Motor torque command 319 @@ -7023,7 +7029,7 @@ Converter Block 10 - + BlockCallback,MaskInitialization,FunctionCall MotorDriveUnit_harness_model/Inputs/Motor torque command 319 @@ -7031,7 +7037,7 @@ Converter Block 2 - + Toolbox LibraryLink MotorDriveUnit_harness_model/Mechanical Load/Geartrain Damper @@ -7039,7 +7045,7 @@ Converter MotorDriveUnit_harness_model/Mechanical Load/Geartrain Damper Block - + Toolbox LibraryLink MotorDriveUnit_harness_model/Mechanical Load/Geartrain Inertia @@ -7047,7 +7053,7 @@ Converter MotorDriveUnit_harness_model/Mechanical Load/Geartrain Inertia Block - + Toolbox LibraryLink MotorDriveUnit_harness_model/Mechanical Load/Load Damper @@ -7055,7 +7061,7 @@ Converter MotorDriveUnit_harness_model/Mechanical Load/Load Damper Block - + Toolbox LibraryLink MotorDriveUnit_harness_model/Mechanical Load/Load Inertia @@ -7063,7 +7069,7 @@ Converter MotorDriveUnit_harness_model/Mechanical Load/Load Inertia Block - + Toolbox LibraryLink MotorDriveUnit_harness_model/Mechanical Load/Mechanical @@ -7073,7 +7079,7 @@ Rotational Reference1 Rotational Reference1 Block - + Toolbox LibraryLink MotorDriveUnit_harness_model/Mechanical Load/Mechanical @@ -7083,7 +7089,7 @@ Rotational Reference Rotational Reference Block - + Toolbox LibraryLink MotorDriveUnit_harness_model/Mechanical Load/Torque Speed Source/Angular Velocity Source @@ -7091,7 +7097,7 @@ Rotational Reference MotorDriveUnit_harness_model/Mechanical Load/Torque Speed Source/Angular Velocity Source Block - + Toolbox LibraryLink MotorDriveUnit_harness_model/Mechanical Load/Torque Speed Source/Logic-Controlled Clutch @@ -7099,7 +7105,7 @@ Rotational Reference MotorDriveUnit_harness_model/Mechanical Load/Torque Speed Source/Logic-Controlled Clutch Block - + Toolbox LibraryLink MotorDriveUnit_harness_model/Mechanical Load/Torque Speed Source/Mechanical @@ -7109,7 +7115,7 @@ Rotational Reference1 Rotational Reference1 Block - + Toolbox LibraryLink MotorDriveUnit_harness_model/Mechanical Load/Torque Speed Source/Mechanical @@ -7119,7 +7125,7 @@ Rotational Reference Rotational Reference Block - + Toolbox LibraryLink MotorDriveUnit_harness_model/Mechanical Load/Torque Speed Source/PS-Simulink @@ -7129,7 +7135,7 @@ Converter Converter Block - + Toolbox LibraryLink MotorDriveUnit_harness_model/Mechanical Load/Torque Speed Source/Rotational Speed Sensor @@ -7137,7 +7143,7 @@ Converter MotorDriveUnit_harness_model/Mechanical Load/Torque Speed Source/Rotational Speed Sensor Block - + Toolbox LibraryLink MotorDriveUnit_harness_model/Mechanical Load/Torque Speed Source/Simulink-PS @@ -7147,7 +7153,7 @@ Converter1 Converter1 Block - + Toolbox LibraryLink MotorDriveUnit_harness_model/Mechanical Load/Torque Speed Source/Simulink-PS @@ -7157,7 +7163,7 @@ Converter2 Converter2 Block - + Toolbox LibraryLink MotorDriveUnit_harness_model/Mechanical Load/Torque Speed Source/Simulink-PS @@ -7167,7 +7173,7 @@ Converter Converter Block - + Toolbox LibraryLink MotorDriveUnit_harness_model/Mechanical Load/Torque Speed Source/Torque Source @@ -7182,7 +7188,7 @@ Converter MotorDriveUnit_harness_model/Motor Drive Unit Block - + Toolbox LibraryLink MotorDriveUnit_harness_model/Solver Configuration @@ -7190,37 +7196,37 @@ Converter MotorDriveUnit_harness_model/Solver Configuration Block - + MATLABFile,FunctionCall 10 Line 10 - + MATLABFile,FunctionCall 11 Line 11 - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox LibraryLink 50627 Block - + Toolbox Toolbox - + Toolbox LibraryLink MotorDriveUnit_refsub_Basic/Electrical Reference @@ -7228,7 +7234,7 @@ Converter MotorDriveUnit_refsub_Basic/Electrical Reference Block - + Toolbox LibraryLink MotorDriveUnit_refsub_Basic/Electrical measurement/Current Sensor @@ -7236,7 +7242,7 @@ Converter MotorDriveUnit_refsub_Basic/Electrical measurement/Current Sensor Block - + Toolbox LibraryLink MotorDriveUnit_refsub_Basic/Electrical measurement/PS Product @@ -7244,7 +7250,7 @@ Converter MotorDriveUnit_refsub_Basic/Electrical measurement/PS Product Block - + Toolbox LibraryLink MotorDriveUnit_refsub_Basic/Electrical measurement/PS-Simulink @@ -7254,7 +7260,7 @@ Converter1 Converter1 Block - + Toolbox LibraryLink MotorDriveUnit_refsub_Basic/Electrical measurement/PS-Simulink @@ -7264,7 +7270,7 @@ Converter2 Converter2 Block - + Toolbox LibraryLink MotorDriveUnit_refsub_Basic/Electrical measurement/PS-Simulink @@ -7274,7 +7280,7 @@ Converter3 Converter3 Block - + Toolbox LibraryLink MotorDriveUnit_refsub_Basic/Electrical measurement/Voltage Sensor @@ -7282,7 +7288,7 @@ Converter3 MotorDriveUnit_refsub_Basic/Electrical measurement/Voltage Sensor Block - + Toolbox LibraryLink MotorDriveUnit_refsub_Basic/Mechanical @@ -7292,7 +7298,7 @@ Rotational Reference1 Rotational Reference1 Block - + Toolbox LibraryLink MotorDriveUnit_refsub_Basic/Mechanical @@ -7302,7 +7308,7 @@ Rotational Reference Rotational Reference Block - + Toolbox LibraryLink MotorDriveUnit_refsub_Basic/Mechanical measurement/PS Product @@ -7310,7 +7316,7 @@ Rotational Reference MotorDriveUnit_refsub_Basic/Mechanical measurement/PS Product Block - + Toolbox LibraryLink MotorDriveUnit_refsub_Basic/Mechanical measurement/PS-Simulink @@ -7320,7 +7326,7 @@ Converter1 Converter1 Block - + Toolbox LibraryLink MotorDriveUnit_refsub_Basic/Mechanical measurement/PS-Simulink @@ -7330,7 +7336,7 @@ Converter2 Converter2 Block - + Toolbox LibraryLink MotorDriveUnit_refsub_Basic/Mechanical measurement/PS-Simulink @@ -7340,7 +7346,7 @@ Converter3 Converter3 Block - + Toolbox LibraryLink MotorDriveUnit_refsub_Basic/Mechanical measurement/Rotational Motion Sensor @@ -7348,7 +7354,7 @@ Converter3 MotorDriveUnit_refsub_Basic/Mechanical measurement/Rotational Motion Sensor Block - + Toolbox LibraryLink MotorDriveUnit_refsub_Basic/Mechanical measurement/Torque Sensor @@ -7356,7 +7362,7 @@ Converter3 MotorDriveUnit_refsub_Basic/Mechanical measurement/Torque Sensor Block - + Toolbox LibraryLink MotorDriveUnit_refsub_Basic/Rotor damper @@ -7364,7 +7370,7 @@ Converter3 MotorDriveUnit_refsub_Basic/Rotor damper Block - + Toolbox LibraryLink MotorDriveUnit_refsub_Basic/Rotor inertia @@ -7372,7 +7378,7 @@ Converter3 MotorDriveUnit_refsub_Basic/Rotor inertia Block - + Toolbox LibraryLink MotorDriveUnit_refsub_Basic/Simulink-PS @@ -7382,7 +7388,7 @@ Converter Converter Block - + Toolbox LibraryLink MotorDriveUnit_refsub_Basic/Torsional Spring-Damper @@ -7390,17 +7396,17 @@ Converter MotorDriveUnit_refsub_Basic/Torsional Spring-Damper Block - + Toolbox LibraryLink 48281 Block - + Toolbox Toolbox - + Toolbox LibraryLink MotorDriveUnit_refsub_BasicThermal/Motor Drive/Electrical Reference @@ -7408,7 +7414,7 @@ Converter MotorDriveUnit_refsub_BasicThermal/Motor Drive/Electrical Reference Block - + Toolbox LibraryLink MotorDriveUnit_refsub_BasicThermal/Motor Drive/Electrical measurement/Current Sensor @@ -7416,7 +7422,7 @@ Converter MotorDriveUnit_refsub_BasicThermal/Motor Drive/Electrical measurement/Current Sensor Block - + Toolbox LibraryLink MotorDriveUnit_refsub_BasicThermal/Motor Drive/Electrical measurement/PS Product @@ -7424,7 +7430,7 @@ Converter MotorDriveUnit_refsub_BasicThermal/Motor Drive/Electrical measurement/PS Product Block - + Toolbox LibraryLink MotorDriveUnit_refsub_BasicThermal/Motor Drive/Electrical measurement/PS-Simulink @@ -7434,7 +7440,7 @@ Converter1 Converter1 Block - + Toolbox LibraryLink MotorDriveUnit_refsub_BasicThermal/Motor Drive/Electrical measurement/PS-Simulink @@ -7444,7 +7450,7 @@ Converter2 Converter2 Block - + Toolbox LibraryLink MotorDriveUnit_refsub_BasicThermal/Motor Drive/Electrical measurement/PS-Simulink @@ -7454,7 +7460,7 @@ Converter3 Converter3 Block - + Toolbox LibraryLink MotorDriveUnit_refsub_BasicThermal/Motor Drive/Electrical measurement/Voltage Sensor @@ -7462,7 +7468,7 @@ Converter3 MotorDriveUnit_refsub_BasicThermal/Motor Drive/Electrical measurement/Voltage Sensor Block - + Toolbox LibraryLink MotorDriveUnit_refsub_BasicThermal/Motor Drive/Mechanical @@ -7472,7 +7478,7 @@ Rotational Reference1 Rotational Reference1 Block - + Toolbox LibraryLink MotorDriveUnit_refsub_BasicThermal/Motor Drive/Mechanical @@ -7482,7 +7488,7 @@ Rotational Reference Rotational Reference Block - + Toolbox LibraryLink MotorDriveUnit_refsub_BasicThermal/Motor Drive/Mechanical measurement/PS Product @@ -7490,7 +7496,7 @@ Rotational Reference MotorDriveUnit_refsub_BasicThermal/Motor Drive/Mechanical measurement/PS Product Block - + Toolbox LibraryLink MotorDriveUnit_refsub_BasicThermal/Motor Drive/Mechanical measurement/PS-Simulink @@ -7500,7 +7506,7 @@ Converter1 Converter1 Block - + Toolbox LibraryLink MotorDriveUnit_refsub_BasicThermal/Motor Drive/Mechanical measurement/PS-Simulink @@ -7510,7 +7516,7 @@ Converter2 Converter2 Block - + Toolbox LibraryLink MotorDriveUnit_refsub_BasicThermal/Motor Drive/Mechanical measurement/PS-Simulink @@ -7520,7 +7526,7 @@ Converter3 Converter3 Block - + Toolbox LibraryLink MotorDriveUnit_refsub_BasicThermal/Motor Drive/Mechanical measurement/Rotational Motion Sensor @@ -7528,7 +7534,7 @@ Converter3 MotorDriveUnit_refsub_BasicThermal/Motor Drive/Mechanical measurement/Rotational Motion Sensor Block - + Toolbox LibraryLink MotorDriveUnit_refsub_BasicThermal/Motor Drive/Mechanical measurement/Torque Sensor @@ -7536,7 +7542,7 @@ Converter3 MotorDriveUnit_refsub_BasicThermal/Motor Drive/Mechanical measurement/Torque Sensor Block - + Toolbox LibraryLink MotorDriveUnit_refsub_BasicThermal/Motor Drive/Rotor damper @@ -7544,7 +7550,7 @@ Converter3 MotorDriveUnit_refsub_BasicThermal/Motor Drive/Rotor damper Block - + Toolbox LibraryLink MotorDriveUnit_refsub_BasicThermal/Motor Drive/Rotor inertia @@ -7552,7 +7558,7 @@ Converter3 MotorDriveUnit_refsub_BasicThermal/Motor Drive/Rotor inertia Block - + Toolbox LibraryLink MotorDriveUnit_refsub_BasicThermal/Motor Drive/Torsional Spring-Damper @@ -7560,7 +7566,7 @@ Converter3 MotorDriveUnit_refsub_BasicThermal/Motor Drive/Torsional Spring-Damper Block - + Toolbox LibraryLink MotorDriveUnit_refsub_BasicThermal/Simulink-PS @@ -7570,7 +7576,7 @@ Converter1 Converter1 Block - + Toolbox LibraryLink MotorDriveUnit_refsub_BasicThermal/Simulink-PS @@ -7580,7 +7586,7 @@ Converter Converter Block - + Toolbox LibraryLink MotorDriveUnit_refsub_BasicThermal/Thermal system/Ambient Temperature Sensor @@ -7588,7 +7594,7 @@ Converter MotorDriveUnit_refsub_BasicThermal/Thermal system/Ambient Temperature Sensor Block - + Toolbox LibraryLink MotorDriveUnit_refsub_BasicThermal/Thermal system/Ambient Thermal Mass @@ -7596,7 +7602,7 @@ Converter MotorDriveUnit_refsub_BasicThermal/Thermal system/Ambient Thermal Mass Block - + Toolbox LibraryLink MotorDriveUnit_refsub_BasicThermal/Thermal system/Heat Flow Source @@ -7604,7 +7610,7 @@ Converter MotorDriveUnit_refsub_BasicThermal/Thermal system/Heat Flow Source Block - + Toolbox LibraryLink MotorDriveUnit_refsub_BasicThermal/Thermal system/Motor Temperature Sensor @@ -7612,7 +7618,7 @@ Converter MotorDriveUnit_refsub_BasicThermal/Thermal system/Motor Temperature Sensor Block - + Toolbox LibraryLink MotorDriveUnit_refsub_BasicThermal/Thermal system/PS-Simulink @@ -7622,7 +7628,7 @@ Converter7 Converter7 Block - + Toolbox LibraryLink MotorDriveUnit_refsub_BasicThermal/Thermal system/PS-Simulink @@ -7632,7 +7638,7 @@ Converter Converter Block - + Toolbox LibraryLink MotorDriveUnit_refsub_BasicThermal/Thermal system/Radiative Heat Transfer @@ -7640,7 +7646,7 @@ Converter MotorDriveUnit_refsub_BasicThermal/Thermal system/Radiative Heat Transfer Block - + Toolbox LibraryLink MotorDriveUnit_refsub_BasicThermal/Thermal system/Thermal Reference1 @@ -7648,7 +7654,7 @@ Converter MotorDriveUnit_refsub_BasicThermal/Thermal system/Thermal Reference1 Block - + Toolbox LibraryLink MotorDriveUnit_refsub_BasicThermal/Thermal system/Thermal Reference2 @@ -7656,7 +7662,7 @@ Converter MotorDriveUnit_refsub_BasicThermal/Thermal system/Thermal Reference2 Block - + Toolbox LibraryLink MotorDriveUnit_refsub_BasicThermal/Thermal system/Thermal Reference @@ -7664,49 +7670,49 @@ Converter MotorDriveUnit_refsub_BasicThermal/Thermal system/Thermal Reference Block - + MATLABFile,FunctionCall 10 Line 10 - + MATLABFile,FunctionCall 11 Line 11 - + Toolbox Toolbox - + MATLABFile,FunctionCall 10 Line 10 - + MATLABFile,FunctionCall 11 Line 11 - + Toolbox Toolbox - + Toolbox LibraryLink 42956 Block - + Toolbox Toolbox - + Toolbox LibraryLink MotorDriveUnit_refsub_System/Motor Drive/Electrical Reference @@ -7714,7 +7720,7 @@ Converter MotorDriveUnit_refsub_System/Motor Drive/Electrical Reference Block - + Toolbox LibraryLink MotorDriveUnit_refsub_System/Motor Drive/Electrical measurement/Current Sensor @@ -7722,7 +7728,7 @@ Converter MotorDriveUnit_refsub_System/Motor Drive/Electrical measurement/Current Sensor Block - + Toolbox LibraryLink MotorDriveUnit_refsub_System/Motor Drive/Electrical measurement/PS Product @@ -7730,7 +7736,7 @@ Converter MotorDriveUnit_refsub_System/Motor Drive/Electrical measurement/PS Product Block - + Toolbox LibraryLink MotorDriveUnit_refsub_System/Motor Drive/Electrical measurement/PS-Simulink @@ -7740,7 +7746,7 @@ Converter1 Converter1 Block - + Toolbox LibraryLink MotorDriveUnit_refsub_System/Motor Drive/Electrical measurement/PS-Simulink @@ -7750,7 +7756,7 @@ Converter2 Converter2 Block - + Toolbox LibraryLink MotorDriveUnit_refsub_System/Motor Drive/Electrical measurement/PS-Simulink @@ -7760,7 +7766,7 @@ Converter3 Converter3 Block - + Toolbox LibraryLink MotorDriveUnit_refsub_System/Motor Drive/Electrical measurement/Voltage Sensor @@ -7768,7 +7774,7 @@ Converter3 MotorDriveUnit_refsub_System/Motor Drive/Electrical measurement/Voltage Sensor Block - + Toolbox LibraryLink MotorDriveUnit_refsub_System/Motor Drive/Mechanical @@ -7778,7 +7784,7 @@ Rotational Reference Rotational Reference Block - + Toolbox LibraryLink MotorDriveUnit_refsub_System/Motor Drive/Mechanical measurement/PS Product @@ -7786,7 +7792,7 @@ Rotational Reference MotorDriveUnit_refsub_System/Motor Drive/Mechanical measurement/PS Product Block - + Toolbox LibraryLink MotorDriveUnit_refsub_System/Motor Drive/Mechanical measurement/PS-Simulink @@ -7796,7 +7802,7 @@ Converter1 Converter1 Block - + Toolbox LibraryLink MotorDriveUnit_refsub_System/Motor Drive/Mechanical measurement/PS-Simulink @@ -7806,7 +7812,7 @@ Converter2 Converter2 Block - + Toolbox LibraryLink MotorDriveUnit_refsub_System/Motor Drive/Mechanical measurement/PS-Simulink @@ -7816,7 +7822,7 @@ Converter3 Converter3 Block - + Toolbox LibraryLink MotorDriveUnit_refsub_System/Motor Drive/Mechanical measurement/Rotational Motion Sensor @@ -7824,7 +7830,7 @@ Converter3 MotorDriveUnit_refsub_System/Motor Drive/Mechanical measurement/Rotational Motion Sensor Block - + Toolbox LibraryLink MotorDriveUnit_refsub_System/Motor Drive/Mechanical measurement/Torque Sensor @@ -7832,7 +7838,7 @@ Converter3 MotorDriveUnit_refsub_System/Motor Drive/Mechanical measurement/Torque Sensor Block - + Toolbox LibraryLink MotorDriveUnit_refsub_System/Motor Drive/Torsional Spring-Damper @@ -7840,7 +7846,7 @@ Converter3 MotorDriveUnit_refsub_System/Motor Drive/Torsional Spring-Damper Block - + Toolbox LibraryLink MotorDriveUnit_refsub_System/Simulink-PS @@ -7850,7 +7856,7 @@ Converter1 Converter1 Block - + Toolbox LibraryLink MotorDriveUnit_refsub_System/Simulink-PS @@ -7860,7 +7866,7 @@ Converter Converter Block - + Toolbox LibraryLink MotorDriveUnit_refsub_System/Thermal system/Ambient Temperature Sensor @@ -7868,7 +7874,7 @@ Converter MotorDriveUnit_refsub_System/Thermal system/Ambient Temperature Sensor Block - + Toolbox LibraryLink MotorDriveUnit_refsub_System/Thermal system/Ambient Thermal Mass @@ -7876,7 +7882,7 @@ Converter MotorDriveUnit_refsub_System/Thermal system/Ambient Thermal Mass Block - + Toolbox LibraryLink MotorDriveUnit_refsub_System/Thermal system/Heat Flow Source @@ -7884,7 +7890,7 @@ Converter MotorDriveUnit_refsub_System/Thermal system/Heat Flow Source Block - + Toolbox LibraryLink MotorDriveUnit_refsub_System/Thermal system/Motor Temperature Sensor @@ -7892,7 +7898,7 @@ Converter MotorDriveUnit_refsub_System/Thermal system/Motor Temperature Sensor Block - + Toolbox LibraryLink MotorDriveUnit_refsub_System/Thermal system/PS-Simulink @@ -7902,7 +7908,7 @@ Converter7 Converter7 Block - + Toolbox LibraryLink MotorDriveUnit_refsub_System/Thermal system/PS-Simulink @@ -7912,7 +7918,7 @@ Converter Converter Block - + Toolbox LibraryLink MotorDriveUnit_refsub_System/Thermal system/Radiative Heat Transfer @@ -7920,7 +7926,7 @@ Converter MotorDriveUnit_refsub_System/Thermal system/Radiative Heat Transfer Block - + Toolbox LibraryLink MotorDriveUnit_refsub_System/Thermal system/Thermal Reference1 @@ -7928,7 +7934,7 @@ Converter MotorDriveUnit_refsub_System/Thermal system/Thermal Reference1 Block - + Toolbox LibraryLink MotorDriveUnit_refsub_System/Thermal system/Thermal Reference2 @@ -7936,7 +7942,7 @@ Converter MotorDriveUnit_refsub_System/Thermal system/Thermal Reference2 Block - + Toolbox LibraryLink MotorDriveUnit_refsub_System/Thermal system/Thermal Reference @@ -7944,17 +7950,17 @@ Converter MotorDriveUnit_refsub_System/Thermal system/Thermal Reference Block - + Toolbox LibraryLink 42905 Block - + Toolbox Toolbox - + Toolbox LibraryLink MotorDriveUnit_refsub_SystemTable/Electrical Reference @@ -7962,7 +7968,7 @@ Converter MotorDriveUnit_refsub_SystemTable/Electrical Reference Block - + Toolbox LibraryLink MotorDriveUnit_refsub_SystemTable/Electrical measurement/Current Sensor @@ -7970,7 +7976,7 @@ Converter MotorDriveUnit_refsub_SystemTable/Electrical measurement/Current Sensor Block - + Toolbox LibraryLink MotorDriveUnit_refsub_SystemTable/Electrical measurement/PS Product @@ -7978,7 +7984,7 @@ Converter MotorDriveUnit_refsub_SystemTable/Electrical measurement/PS Product Block - + Toolbox LibraryLink MotorDriveUnit_refsub_SystemTable/Electrical measurement/PS-Simulink @@ -7988,7 +7994,7 @@ Converter1 Converter1 Block - + Toolbox LibraryLink MotorDriveUnit_refsub_SystemTable/Electrical measurement/PS-Simulink @@ -7998,7 +8004,7 @@ Converter2 Converter2 Block - + Toolbox LibraryLink MotorDriveUnit_refsub_SystemTable/Electrical measurement/PS-Simulink @@ -8008,7 +8014,7 @@ Converter3 Converter3 Block - + Toolbox LibraryLink MotorDriveUnit_refsub_SystemTable/Electrical measurement/Voltage Sensor @@ -8016,7 +8022,7 @@ Converter3 MotorDriveUnit_refsub_SystemTable/Electrical measurement/Voltage Sensor Block - + Toolbox LibraryLink MotorDriveUnit_refsub_SystemTable/Mechanical @@ -8026,7 +8032,7 @@ Rotational Reference Rotational Reference Block - + Toolbox LibraryLink MotorDriveUnit_refsub_SystemTable/Mechanical measurement/PS Product @@ -8034,7 +8040,7 @@ Rotational Reference MotorDriveUnit_refsub_SystemTable/Mechanical measurement/PS Product Block - + Toolbox LibraryLink MotorDriveUnit_refsub_SystemTable/Mechanical measurement/PS-Simulink @@ -8044,7 +8050,7 @@ Converter1 Converter1 Block - + Toolbox LibraryLink MotorDriveUnit_refsub_SystemTable/Mechanical measurement/PS-Simulink @@ -8054,7 +8060,7 @@ Converter2 Converter2 Block - + Toolbox LibraryLink MotorDriveUnit_refsub_SystemTable/Mechanical measurement/PS-Simulink @@ -8064,7 +8070,7 @@ Converter3 Converter3 Block - + Toolbox LibraryLink MotorDriveUnit_refsub_SystemTable/Mechanical measurement/Rotational Motion Sensor @@ -8072,7 +8078,7 @@ Converter3 MotorDriveUnit_refsub_SystemTable/Mechanical measurement/Rotational Motion Sensor Block - + Toolbox LibraryLink MotorDriveUnit_refsub_SystemTable/Mechanical measurement/Torque Sensor @@ -8080,7 +8086,7 @@ Converter3 MotorDriveUnit_refsub_SystemTable/Mechanical measurement/Torque Sensor Block - + Toolbox LibraryLink MotorDriveUnit_refsub_SystemTable/Simulink-PS @@ -8090,7 +8096,7 @@ Converter Converter Block - + Toolbox LibraryLink MotorDriveUnit_refsub_SystemTable/Torsional Spring-Damper @@ -8098,35 +8104,35 @@ Converter MotorDriveUnit_refsub_SystemTable/Torsional Spring-Damper Block - + MATLABFile,FunctionCall 14 Line 14 - + MATLABFile,FunctionCall 15 Line 15 - + Toolbox Toolbox - + MATLABFile,FunctionCall 12 Line 12 - + MATLABFile,FunctionCall 13 Line 13 - + Toolbox Toolbox @@ -8136,7 +8142,7 @@ Converter Line 2 - + Toolbox MATLABFile,FunctionCall 3 @@ -8149,7 +8155,7 @@ Converter Line 5 - + MATLABFile,FunctionCall 6 Line @@ -8161,7 +8167,7 @@ Converter Line 9 - + Toolbox Toolbox @@ -8171,7 +8177,7 @@ Converter Line 2 - + Toolbox MATLABFile,FunctionCall 3 @@ -8190,7 +8196,7 @@ Converter Line 6 - + Toolbox Toolbox @@ -8206,14 +8212,14 @@ Converter Line 13 - + Toolbox MATLABFile,FunctionCall 2 Line 2 - + Toolbox MATLABFile,FunctionCall 3 @@ -8232,7 +8238,7 @@ Converter Line 6 - + Toolbox Toolbox @@ -8242,20 +8248,20 @@ Converter Line 10 - + MATLABFile,FunctionCall 26 Line 26 - + Toolbox MATLABFile,FunctionCall 2 Line 2 - + Toolbox MATLABFile,FunctionCall 3 @@ -8274,7 +8280,7 @@ Converter Line 6 - + Toolbox Toolbox @@ -8284,20 +8290,20 @@ Converter Line 10 - + MATLABFile,FunctionCall 26 Line 26 - + Toolbox MATLABFile,FunctionCall 2 Line 2 - + Toolbox MATLABFile,FunctionCall 3 @@ -8316,7 +8322,7 @@ Converter Line 6 - + Toolbox Toolbox @@ -8326,20 +8332,20 @@ Converter Line 10 - + MATLABFile,FunctionCall 22 Line 22 - + Toolbox MATLABFile,FunctionCall 2 Line 2 - + Toolbox MATLABFile,FunctionCall 3 @@ -8358,7 +8364,7 @@ Converter Line 6 - + Toolbox Toolbox @@ -8397,7 +8403,7 @@ Converter Line 118 - + Toolbox MATLABFile,FunctionCall 125 @@ -8454,7 +8460,7 @@ Converter Line 158 - + Toolbox MATLABFile,FunctionCall 168 @@ -8462,7 +8468,7 @@ Converter Line 168 - + Toolbox MATLABFile,FunctionArgument 175 @@ -8470,7 +8476,7 @@ Converter Line 175 - + Toolbox MATLABFile,FunctionCall 175 @@ -8499,7 +8505,7 @@ Converter Line 185 - + MATLABFile,Inheritance 1 Line @@ -8511,7 +8517,7 @@ Converter Line 20 - + Toolbox MATLABFile,FunctionCall 213 @@ -8519,7 +8525,7 @@ Converter Line 213 - + MATLABFile,FunctionCall 214 MQC_CallbackButtons_1 @@ -8568,7 +8574,7 @@ Converter Line 29 - + Toolbox MATLABFile,FunctionCall 36 @@ -8604,7 +8610,7 @@ Converter Line 62 - + Toolbox MATLABFile,FunctionCall 69 @@ -8619,7 +8625,7 @@ Converter Line 70 - + Toolbox MATLABFile,FunctionCall 75 @@ -8634,7 +8640,7 @@ Converter Line 76 - + Toolbox MATLABFile,FunctionCall 81 @@ -8649,7 +8655,7 @@ Converter Line 82 - + Toolbox MATLABFile,FunctionCall 87 @@ -8664,7 +8670,7 @@ Converter Line 88 - + Toolbox MATLABFile,FunctionCall 93 @@ -8686,11 +8692,11 @@ Converter Line 98 - + Toolbox Toolbox - + Toolbox Toolbox @@ -8701,7 +8707,7 @@ Converter Line 109 - + Toolbox Toolbox @@ -8712,7 +8718,7 @@ Converter Line 12 - + Toolbox Toolbox @@ -8723,18 +8729,18 @@ Converter Line 12 - + Toolbox Toolbox - + MATLABFile,FunctionCall 20 MotorDriveUnit_loadCase_Random Line 20 - + MATLABFile,FunctionCall 33 MotorDriveUnit_loadCase_Random @@ -8748,7 +8754,7 @@ Converter Line 63 - + Toolbox Toolbox @@ -8759,15 +8765,15 @@ Converter Line 12 - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox MATLABFile,FunctionCall 17 @@ -8775,7 +8781,7 @@ Converter Line 17 - + Toolbox MATLABFile,FunctionCall 18 @@ -8783,7 +8789,7 @@ Converter Line 18 - + Toolbox Toolbox @@ -8794,7 +8800,7 @@ Converter Line 5 - + Toolbox Toolbox @@ -8805,7 +8811,7 @@ Converter Line 5 - + Toolbox Toolbox @@ -8816,7 +8822,7 @@ Converter Line 5 - + Toolbox Toolbox @@ -8827,296 +8833,296 @@ Converter Line 5 - + Toolbox Toolbox - + MATLABFile,FunctionCall 6 MotorDriveUnit_generateMarkdown Line 6 - + Toolbox Toolbox - + MATLABFile,FunctionCall 43 MotorDriveUnit_getBlockInfo_Basic Line 43 - + MATLABFile,FunctionCall 44 MotorDriveUnit_getBlockInfo_Basic Line 44 - + MATLABFile,FunctionCall 48 MotorDriveUnit_getBlockInfo_Basic Line 48 - + MATLABFile,FunctionCall 49 MotorDriveUnit_getBlockInfo_Basic Line 49 - + MATLABFile,FunctionCall 53 MotorDriveUnit_getBlockInfo_Basic Line 53 - + MATLABFile,FunctionCall 54 MotorDriveUnit_getBlockInfo_Basic Line 54 - + MATLABFile,FunctionCall 58 MotorDriveUnit_getBlockInfo_Basic Line 58 - + MATLABFile,FunctionCall 60 MotorDriveUnit_getBlockInfo_Basic Line 60 - + MATLABFile,FunctionCall 65 MotorDriveUnit_getBlockInfo_Basic Line 65 - + MATLABFile,FunctionCall 66 MotorDriveUnit_getBlockInfo_Basic Line 66 - + MATLABFile,FunctionCall 71 MotorDriveUnit_getBlockInfo_Basic Line 71 - + MATLABFile,FunctionCall 72 MotorDriveUnit_getBlockInfo_Basic Line 72 - + Toolbox Toolbox - + MATLABFile,FunctionCall 100 MotorDriveUnit_getBlockInfo_System Line 100 - + MATLABFile,FunctionCall 101 MotorDriveUnit_getBlockInfo_System Line 101 - + MATLABFile,FunctionCall 23 MotorDriveUnit_getBlockInfo_System Line 23 - + MATLABFile,FunctionCall 24 MotorDriveUnit_getBlockInfo_System Line 24 - + MATLABFile,FunctionCall 28 MotorDriveUnit_getBlockInfo_System Line 28 - + MATLABFile,FunctionCall 29 MotorDriveUnit_getBlockInfo_System Line 29 - + MATLABFile,FunctionCall 33 MotorDriveUnit_getBlockInfo_System Line 33 - + MATLABFile,FunctionCall 34 MotorDriveUnit_getBlockInfo_System Line 34 - + MATLABFile,FunctionCall 38 MotorDriveUnit_getBlockInfo_System Line 38 - + MATLABFile,FunctionCall 40 MotorDriveUnit_getBlockInfo_System Line 40 - + MATLABFile,FunctionCall 45 MotorDriveUnit_getBlockInfo_System Line 45 - + MATLABFile,FunctionCall 46 MotorDriveUnit_getBlockInfo_System Line 46 - + MATLABFile,FunctionCall 51 MotorDriveUnit_getBlockInfo_System Line 51 - + MATLABFile,FunctionCall 52 MotorDriveUnit_getBlockInfo_System Line 52 - + MATLABFile,FunctionCall 56 MotorDriveUnit_getBlockInfo_System Line 56 - + MATLABFile,FunctionCall 57 MotorDriveUnit_getBlockInfo_System Line 57 - + MATLABFile,FunctionCall 61 MotorDriveUnit_getBlockInfo_System Line 61 - + MATLABFile,FunctionCall 62 MotorDriveUnit_getBlockInfo_System Line 62 - + MATLABFile,FunctionCall 68 MotorDriveUnit_getBlockInfo_System Line 68 - + MATLABFile,FunctionCall 69 MotorDriveUnit_getBlockInfo_System Line 69 - + MATLABFile,FunctionCall 73 MotorDriveUnit_getBlockInfo_System Line 73 - + MATLABFile,FunctionCall 74 MotorDriveUnit_getBlockInfo_System Line 74 - + MATLABFile,FunctionCall 78 MotorDriveUnit_getBlockInfo_System Line 78 - + MATLABFile,FunctionCall 79 MotorDriveUnit_getBlockInfo_System Line 79 - + MATLABFile,FunctionCall 95 MotorDriveUnit_getBlockInfo_System Line 95 - + MATLABFile,FunctionCall 96 MotorDriveUnit_getBlockInfo_System Line 96 - + Toolbox Toolbox - + Toolbox Toolbox @@ -9127,26 +9133,26 @@ Converter Line 31 - + Toolbox Toolbox - + MATLABFile,FunctionCall 25 MotorDriveUnit_plotResults Line 25 - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox LibraryLink Reducer_refsub_Basic/Reduction gear @@ -9154,25 +9160,25 @@ Converter Reducer_refsub_Basic/Reduction gear Block - + MATLABFile,FunctionCall 10 Line 10 - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox Toolbox @@ -9188,14 +9194,14 @@ Converter Line 5 - + Toolbox Toolbox Simscape - + Toolbox Toolbox @@ -9213,22 +9219,22 @@ Converter Line 12 - + MATLABFile,FunctionCall 23 Vehicle1D_plotProperties_Custom Line 23 - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox LibraryLink Vehicle1D_refsub_Custom/Axle Speed Sensor/Ideal Rotational @@ -9238,7 +9244,7 @@ Motion Sensor Motion Sensor Block - + Toolbox LibraryLink Vehicle1D_refsub_Custom/Axle Speed Sensor/Mechanical @@ -9248,7 +9254,7 @@ Rotational Reference Rotational Reference Block - + Toolbox LibraryLink Vehicle1D_refsub_Custom/Axle Speed Sensor/PS-Simulink @@ -9265,7 +9271,7 @@ Converter Vehicle1D_refsub_Custom/Longitudinal Vehicle Block - + Toolbox BlockCallback,CopyFcn,FunctionCall Vehicle1D_refsub_Custom/Longitudinal Vehicle @@ -9274,7 +9280,7 @@ Converter Block 1 - + Toolbox BlockCallback,PreCopyFcn,FunctionCall Vehicle1D_refsub_Custom/Longitudinal Vehicle @@ -9283,7 +9289,7 @@ Converter Block 1 - + Toolbox BlockCallback,PreDeleteFcn,FunctionCall Vehicle1D_refsub_Custom/Longitudinal Vehicle @@ -9292,7 +9298,7 @@ Converter Block 1 - + Toolbox CoreBlock Vehicle1D_refsub_Custom/Longitudinal Vehicle @@ -9300,7 +9306,7 @@ Converter Vehicle1D_refsub_Custom/Longitudinal Vehicle Block - + Toolbox LibraryLink Vehicle1D_refsub_Custom/PS-Simulink @@ -9310,7 +9316,7 @@ Converter1 Converter1 Block - + Toolbox LibraryLink Vehicle1D_refsub_Custom/PS-Simulink @@ -9320,7 +9326,7 @@ Converter2 Converter2 Block - + Toolbox LibraryLink Vehicle1D_refsub_Custom/PS-Simulink @@ -9330,7 +9336,7 @@ Converter Converter Block - + Toolbox LibraryLink Vehicle1D_refsub_Custom/Simulink-PS @@ -9340,7 +9346,7 @@ Converter1 Converter1 Block - + Toolbox LibraryLink Vehicle1D_refsub_Custom/Simulink-PS @@ -9354,18 +9360,18 @@ Converter ModelCallback,PreLoadFcn,FunctionCall 1 - + Runtime SimulinkCache - + Toolbox Toolbox - + Notes - + Toolbox LibraryLink Vehicle1D_harness_model/Axle torque input/Geartrain Damper @@ -9373,7 +9379,7 @@ Converter Vehicle1D_harness_model/Axle torque input/Geartrain Damper Block - + Toolbox LibraryLink Vehicle1D_harness_model/Axle torque input/Geartrain Inertia @@ -9381,7 +9387,7 @@ Converter Vehicle1D_harness_model/Axle torque input/Geartrain Inertia Block - + Toolbox LibraryLink Vehicle1D_harness_model/Axle torque input/Mechanical @@ -9391,7 +9397,7 @@ Rotational Reference Rotational Reference Block - + Toolbox LibraryLink Vehicle1D_harness_model/Axle torque input/Simulink-PS @@ -9401,7 +9407,7 @@ Converter2 Converter2 Block - + Toolbox LibraryLink Vehicle1D_harness_model/Axle torque input/Torque Source @@ -9409,7 +9415,7 @@ Converter2 Vehicle1D_harness_model/Axle torque input/Torque Source Block - + BlockCallback,MaskCallbackString,FunctionCall Vehicle1D_harness_model/Inputs/Axle torque 437 @@ -9417,7 +9423,7 @@ Converter2 Block 1 - + BlockCallback,MaskInitialization,FunctionCall Vehicle1D_harness_model/Inputs/Axle torque 437 @@ -9425,7 +9431,7 @@ Converter2 Block 10 - + BlockCallback,MaskInitialization,FunctionCall Vehicle1D_harness_model/Inputs/Axle torque 437 @@ -9433,7 +9439,7 @@ Converter2 Block 2 - + BlockCallback,MaskCallbackString,FunctionCall Vehicle1D_harness_model/Inputs/Brake force 429 @@ -9441,7 +9447,7 @@ Converter2 Block 1 - + BlockCallback,MaskInitialization,FunctionCall Vehicle1D_harness_model/Inputs/Brake force 429 @@ -9449,7 +9455,7 @@ Converter2 Block 10 - + BlockCallback,MaskInitialization,FunctionCall Vehicle1D_harness_model/Inputs/Brake force 429 @@ -9457,7 +9463,7 @@ Converter2 Block 2 - + BlockCallback,MaskCallbackString,FunctionCall Vehicle1D_harness_model/Inputs/Road grade 433 @@ -9465,7 +9471,7 @@ Converter2 Block 1 - + BlockCallback,MaskInitialization,FunctionCall Vehicle1D_harness_model/Inputs/Road grade 433 @@ -9473,7 +9479,7 @@ Converter2 Block 10 - + BlockCallback,MaskInitialization,FunctionCall Vehicle1D_harness_model/Inputs/Road grade 433 @@ -9481,14 +9487,14 @@ Converter2 Block 2 - + SubsystemReference Vehicle1D_harness_model/Longitudinal Vehicle 457 Vehicle1D_harness_model/Longitudinal Vehicle Block - + Toolbox LibraryLink Vehicle1D_harness_model/Mechanical @@ -9498,7 +9504,7 @@ Rotational Reference Rotational Reference Block - + Toolbox LibraryLink Vehicle1D_harness_model/PS-Simulink @@ -9508,7 +9514,7 @@ Converter Converter Block - + Toolbox LibraryLink Vehicle1D_harness_model/Solver Configuration @@ -9516,24 +9522,24 @@ Converter Vehicle1D_harness_model/Solver Configuration Block - + MATLABFile,FunctionCall 8 Line 8 - + Toolbox Toolbox - + Toolbox MATLABFile,FunctionCall 2 Line 2 - + Toolbox MATLABFile,FunctionCall 3 @@ -9546,30 +9552,30 @@ Converter Line 5 - + MATLABFile,FunctionCall 6 Line 6 - + MATLABFile,FunctionCall 9 Line 9 - + Toolbox Toolbox - + Toolbox MATLABFile,FunctionCall 2 Line 2 - + Toolbox MATLABFile,FunctionCall 3 @@ -9582,30 +9588,30 @@ Converter Line 5 - + MATLABFile,FunctionCall 6 Line 6 - + MATLABFile,FunctionCall 9 Line 9 - + Toolbox Toolbox - + Toolbox MATLABFile,FunctionCall 2 Line 2 - + Toolbox MATLABFile,FunctionCall 3 @@ -9618,30 +9624,30 @@ Converter Line 5 - + MATLABFile,FunctionCall 6 Line 6 - + MATLABFile,FunctionCall 9 Line 9 - + Toolbox Toolbox - + Toolbox MATLABFile,FunctionCall 2 Line 2 - + Toolbox MATLABFile,FunctionCall 3 @@ -9654,23 +9660,57 @@ Converter Line 5 - + MATLABFile,FunctionCall 6 Line 6 - + + MATLABFile,FunctionCall + 9 + Line + 9 + + + Toolbox + Toolbox + + + Toolbox + MATLABFile,FunctionCall + 108 + TestSetup + Line + 108 + + + Toolbox + MATLABFile,FunctionCall + 121 + close_all + Line + 121 + + + Toolbox MATLABFile,FunctionCall + 61 + uitest_OpenFigure + Line + 61 + + + MATLABFile,VariableType 9 Line 9 - + Toolbox Toolbox - + Toolbox MATLABFile,FunctionCall 17 @@ -9678,17 +9718,17 @@ Converter Line 17 - + MATLABFile,Inheritance 1 Line 1 - + Toolbox Toolbox - + Toolbox MATLABFile,FunctionCall 100 @@ -9696,14 +9736,14 @@ Converter Line 100 - + MATLABFile,FunctionCall 103 MQC_Utility_2 Line 103 - + Toolbox MATLABFile,FunctionCall 110 @@ -9711,14 +9751,14 @@ Converter Line 110 - + MATLABFile,FunctionCall 114 MQC_Utility_3 Line 114 - + Toolbox MATLABFile,FunctionCall 119 @@ -9726,14 +9766,14 @@ Converter Line 119 - + MATLABFile,FunctionCall 123 MQC_Utility_4 Line 123 - + Toolbox MATLABFile,FunctionCall 128 @@ -9741,27 +9781,27 @@ Converter Line 128 - + MATLABFile,FunctionCall 131 MQC_Utility_5 Line 131 - + MATLABFile,Inheritance 1 Line 1 - + MATLABFile,FunctionCall 25 MQC_topfolder_1 Line 25 - + Toolbox MATLABFile,FunctionCall 32 @@ -9769,14 +9809,14 @@ Converter Line 32 - + MATLABFile,FunctionCall 33 MQC_Configuation_1 Line 33 - + Toolbox MATLABFile,FunctionCall 38 @@ -9784,14 +9824,14 @@ Converter Line 38 - + MATLABFile,FunctionCall 39 MQC_Configuation_2 Line 39 - + Toolbox MATLABFile,FunctionCall 44 @@ -9799,14 +9839,14 @@ Converter Line 44 - + MATLABFile,FunctionCall 45 MQC_Configuation_3 Line 45 - + Toolbox MATLABFile,FunctionCall 50 @@ -9814,14 +9854,14 @@ Converter Line 50 - + MATLABFile,FunctionCall 51 MQC_Configuation_4 Line 51 - + Toolbox MATLABFile,FunctionCall 56 @@ -9829,49 +9869,49 @@ Converter Line 56 - + MATLABFile,FunctionCall 57 MQC_Configuation_5 Line 57 - + MATLABFile,FunctionCall 63 MQC_Harness_1 Line 63 - + MATLABFile,FunctionCall 69 MQC_TestCase_1 Line 69 - + MATLABFile,FunctionCall 73 MQC_TestCase_2 Line 73 - + MATLABFile,FunctionCall 77 MQC_TestCase_3 Line 77 - + MATLABFile,FunctionCall 81 MQC_TestCase_4 Line 81 - + Toolbox MATLABFile,FunctionCall 90 @@ -9879,96 +9919,96 @@ Converter Line 90 - + MATLABFile,FunctionCall 94 MQC_Utility_1 Line 94 - + Toolbox Toolbox - + Toolbox Toolbox - + MATLABFile,FunctionCall 83 Vehicle1D_loadCase Line 83 - + Toolbox Toolbox - + MATLABFile,FunctionCall 12 Vehicle1D_loadCase_Accelerate Line 12 - + Toolbox Toolbox - + MATLABFile,FunctionCall 12 Vehicle1D_loadCase_Braking Line 12 - + Toolbox Toolbox - + MATLABFile,FunctionCall 12 Vehicle1D_loadCase_Coastdown Line 12 - + Toolbox Toolbox - + MATLABFile,FunctionCall 12 Vehicle1D_loadCase_Constant Line 12 - + Toolbox Toolbox - + Toolbox Toolbox - + MATLABFile,FunctionCall 6 Vehicle1D_generateMarkdown Line 6 - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox MATLABFile,FunctionCall 13 @@ -9976,7 +10016,7 @@ Converter Line 13 - + Toolbox MATLABFile,FunctionCall 17 @@ -9984,7 +10024,7 @@ Converter Line 17 - + Toolbox MATLABFile,FunctionCall 21 @@ -9992,7 +10032,7 @@ Converter Line 21 - + Toolbox MATLABFile,FunctionCall 25 @@ -10000,7 +10040,7 @@ Converter Line 25 - + Toolbox MATLABFile,FunctionCall 29 @@ -10008,7 +10048,7 @@ Converter Line 29 - + Toolbox MATLABFile,FunctionCall 33 @@ -10016,7 +10056,7 @@ Converter Line 33 - + Toolbox MATLABFile,FunctionCall 38 @@ -10024,7 +10064,7 @@ Converter Line 38 - + Toolbox MATLABFile,FunctionCall 43 @@ -10032,7 +10072,7 @@ Converter Line 43 - + Toolbox MATLABFile,FunctionCall 48 @@ -10040,7 +10080,7 @@ Converter Line 48 - + Toolbox MATLABFile,FunctionCall 53 @@ -10048,7 +10088,7 @@ Converter Line 53 - + Toolbox MATLABFile,FunctionCall 58 @@ -10056,7 +10096,7 @@ Converter Line 58 - + Toolbox MATLABFile,FunctionCall 63 @@ -10064,11 +10104,11 @@ Converter Line 63 - + Toolbox Toolbox - + Toolbox MATLABFile,FunctionCall 12 @@ -10076,7 +10116,7 @@ Converter Line 12 - + Toolbox MATLABFile,FunctionCall 12 @@ -10084,7 +10124,7 @@ Converter Line 12 - + Toolbox MATLABFile,FunctionCall 14 @@ -10092,7 +10132,7 @@ Converter Line 14 - + Toolbox MATLABFile,FunctionCall 24 @@ -10100,7 +10140,7 @@ Converter Line 24 - + Toolbox MATLABFile,FunctionCall 49 @@ -10108,7 +10148,7 @@ Converter Line 49 - + Toolbox MATLABFile,FunctionCall 61 @@ -10116,7 +10156,7 @@ Converter Line 61 - + Toolbox MATLABFile,FunctionCall 69 @@ -10124,7 +10164,7 @@ Converter Line 69 - + Toolbox MATLABFile,FunctionCall 77 @@ -10132,7 +10172,7 @@ Converter Line 77 - + Toolbox MATLABFile,FunctionCall 85 @@ -10140,7 +10180,7 @@ Converter Line 85 - + Toolbox MATLABFile,FunctionCall 97 @@ -10148,22 +10188,22 @@ Converter Line 97 - + Toolbox Toolbox - + MATLABFile,FunctionCall 111 makePlot Line 111 - + Toolbox Toolbox - + Toolbox MATLABFile,FunctionCall 21 @@ -10171,7 +10211,7 @@ Converter Line 21 - + Toolbox MATLABFile,FunctionCall 21 @@ -10179,7 +10219,7 @@ Converter Line 21 - + Toolbox MATLABFile,FunctionCall 23 @@ -10187,14 +10227,14 @@ Converter Line 23 - + MATLABFile,FunctionCall 36 Vehicle1D_plotProperties_Basic Line 36 - + Toolbox MATLABFile,FunctionCall 41 @@ -10202,22 +10242,22 @@ Converter Line 41 - + Toolbox Toolbox - + MATLABFile,FunctionCall 22 Vehicle1D_plotResults Line 22 - + Toolbox Toolbox - + Toolbox MATLABFile,FunctionCall 12 @@ -10225,7 +10265,7 @@ Converter Line 12 - + Toolbox MATLABFile,FunctionCall 13 @@ -10233,781 +10273,781 @@ Converter Line 13 - + MATLABFile,FunctionCall 16 Vehicle1D_resetHarnessModel Line 16 - + MATLABFile,FunctionCall 18 Vehicle1D_resetHarnessModel Line 18 - + Toolbox Toolbox - + MATLABFile,FunctionCall 106 Vehicle1DPerformanceDesignApp Line 106 - + MATLABFile,FunctionCall 107 Vehicle1DPerformanceDesignApp Line 107 - + MATLABFile,FunctionCall 120 Vehicle1DPerformanceDesignApp Line 120 - + MATLABFile,FunctionArgument 122 Vehicle1DPerformanceDesignApp Line 122 - + MATLABFile,FunctionCall 127 Vehicle1DPerformanceDesignApp Line 127 - + MATLABFile,FunctionCall 131 Vehicle1DPerformanceDesignApp Line 131 - + MATLABFile,FunctionCall 134 Vehicle1DPerformanceDesignApp Line 134 - + MATLABFile,FunctionCall 136 Vehicle1DPerformanceDesignApp Line 136 - + MATLABFile,FunctionCall 143 Vehicle1DPerformanceDesignApp Line 143 - + MATLABFile,FunctionCall 146 Vehicle1DPerformanceDesignApp Line 146 - + MATLABFile,FunctionCall 148 Vehicle1DPerformanceDesignApp Line 148 - + MATLABFile,FunctionCall 153 Vehicle1DPerformanceDesignApp Line 153 - + MATLABFile,FunctionCall 156 Vehicle1DPerformanceDesignApp Line 156 - + MATLABFile,FunctionCall 158 Vehicle1DPerformanceDesignApp Line 158 - + MATLABFile,FunctionCall 163 Vehicle1DPerformanceDesignApp Line 163 - + MATLABFile,FunctionCall 166 Vehicle1DPerformanceDesignApp Line 166 - + MATLABFile,FunctionCall 168 Vehicle1DPerformanceDesignApp Line 168 - + MATLABFile,FunctionCall 173 Vehicle1DPerformanceDesignApp Line 173 - + MATLABFile,FunctionCall 176 Vehicle1DPerformanceDesignApp Line 176 - + MATLABFile,FunctionCall 178 Vehicle1DPerformanceDesignApp Line 178 - + MATLABFile,FunctionCall 184 Vehicle1DPerformanceDesignApp Line 184 - + MATLABFile,FunctionCall 188 Vehicle1DPerformanceDesignApp Line 188 - + MATLABFile,FunctionCall 191 Vehicle1DPerformanceDesignApp Line 191 - + MATLABFile,FunctionCall 193 Vehicle1DPerformanceDesignApp Line 193 - + MATLABFile,FunctionCall 198 Vehicle1DPerformanceDesignApp Line 198 - + MATLABFile,FunctionCall 201 Vehicle1DPerformanceDesignApp Line 201 - + MATLABFile,FunctionCall 203 Vehicle1DPerformanceDesignApp Line 203 - + MATLABFile,FunctionCall 209 Vehicle1DPerformanceDesignApp Line 209 - + MATLABFile,FunctionCall 213 Vehicle1DPerformanceDesignApp Line 213 - + MATLABFile,FunctionCall 216 Vehicle1DPerformanceDesignApp Line 216 - + MATLABFile,FunctionCall 218 Vehicle1DPerformanceDesignApp Line 218 - + MATLABFile,FunctionCall 223 Vehicle1DPerformanceDesignApp Line 223 - + MATLABFile,FunctionCall 226 Vehicle1DPerformanceDesignApp Line 226 - + MATLABFile,FunctionCall 228 Vehicle1DPerformanceDesignApp Line 228 - + MATLABFile,FunctionCall 22 Vehicle1DPerformanceDesignApp Line 22 - + MATLABFile,FunctionCall 233 Vehicle1DPerformanceDesignApp Line 233 - + MATLABFile,FunctionCall 236 Vehicle1DPerformanceDesignApp Line 236 - + MATLABFile,FunctionCall 238 Vehicle1DPerformanceDesignApp Line 238 - + MATLABFile,FunctionCall 244 Vehicle1DPerformanceDesignApp Line 244 - + MATLABFile,FunctionCall 248 Vehicle1DPerformanceDesignApp Line 248 - + MATLABFile,FunctionCall 251 Vehicle1DPerformanceDesignApp Line 251 - + MATLABFile,FunctionCall 253 Vehicle1DPerformanceDesignApp Line 253 - + MATLABFile,FunctionCall 258 Vehicle1DPerformanceDesignApp Line 258 - + MATLABFile,FunctionCall 261 Vehicle1DPerformanceDesignApp Line 261 - + MATLABFile,FunctionCall 263 Vehicle1DPerformanceDesignApp Line 263 - + MATLABFile,FunctionCall 268 Vehicle1DPerformanceDesignApp Line 268 - + MATLABFile,FunctionCall 271 Vehicle1DPerformanceDesignApp Line 271 - + MATLABFile,FunctionCall 273 Vehicle1DPerformanceDesignApp Line 273 - + MATLABFile,FunctionCall 278 Vehicle1DPerformanceDesignApp Line 278 - + MATLABFile,FunctionCall 281 Vehicle1DPerformanceDesignApp Line 281 - + MATLABFile,FunctionCall 283 Vehicle1DPerformanceDesignApp Line 283 - + MATLABFile,FunctionCall 288 Vehicle1DPerformanceDesignApp Line 288 - + MATLABFile,FunctionCall 291 Vehicle1DPerformanceDesignApp Line 291 - + MATLABFile,FunctionCall 293 Vehicle1DPerformanceDesignApp Line 293 - + MATLABFile,FunctionCall 298 Vehicle1DPerformanceDesignApp Line 298 - + MATLABFile,FunctionCall 301 Vehicle1DPerformanceDesignApp Line 301 - + MATLABFile,FunctionCall 305 Vehicle1DPerformanceDesignApp Line 305 - + MATLABFile,FunctionCall 316 Vehicle1DPerformanceDesignApp Line 316 - + MATLABFile,FunctionCall 321 Vehicle1DPerformanceDesignApp Line 321 - + MATLABFile,FunctionCall 329 Vehicle1DPerformanceDesignApp Line 329 - + MATLABFile,FunctionCall 337 Vehicle1DPerformanceDesignApp Line 337 - + MATLABFile,FunctionCall 343 Vehicle1DPerformanceDesignApp Line 343 - + MATLABFile,FunctionCall 348 Vehicle1DPerformanceDesignApp Line 348 - + MATLABFile,FunctionCall 351 Vehicle1DPerformanceDesignApp Line 351 - + MATLABFile,FunctionCall 353 Vehicle1DPerformanceDesignApp Line 353 - + MATLABFile,FunctionCall 358 Vehicle1DPerformanceDesignApp Line 358 - + MATLABFile,FunctionCall 361 Vehicle1DPerformanceDesignApp Line 361 - + MATLABFile,FunctionCall 363 Vehicle1DPerformanceDesignApp Line 363 - + MATLABFile,FunctionCall 368 Vehicle1DPerformanceDesignApp Line 368 - + MATLABFile,FunctionCall 371 Vehicle1DPerformanceDesignApp Line 371 - + MATLABFile,FunctionCall 373 Vehicle1DPerformanceDesignApp Line 373 - + MATLABFile,FunctionCall 378 Vehicle1DPerformanceDesignApp Line 378 - + MATLABFile,FunctionCall 381 Vehicle1DPerformanceDesignApp Line 381 - + MATLABFile,FunctionCall 383 Vehicle1DPerformanceDesignApp Line 383 - + MATLABFile,FunctionCall 388 Vehicle1DPerformanceDesignApp Line 388 - + MATLABFile,FunctionCall 391 Vehicle1DPerformanceDesignApp Line 391 - + MATLABFile,FunctionCall 393 Vehicle1DPerformanceDesignApp Line 393 - + MATLABFile,FunctionCall 442 select_preset Line 442 - + MATLABFile,FunctionCall 443 select_preset Line 443 - + MATLABFile,FunctionCall 496 update_A Line 496 - + MATLABFile,FunctionCall 505 update_C Line 505 - + MATLABFile,FunctionCall 509 update_C Line 509 - + MATLABFile,FunctionCall 513 update_C Line 513 - + MATLABFile,FunctionCall 523 update_Fmax Line 523 - + MATLABFile,FunctionCall 527 update_Fmax Line 527 - + MATLABFile,FunctionCall 531 update_Fmax Line 531 - + MATLABFile,FunctionCall 548 update_max_climb_power Line 548 - + MATLABFile,FunctionCall 552 update_max_climb_power Line 552 - + MATLABFile,FunctionCall 556 update_max_climb_power Line 556 - + MATLABFile,FunctionCall 560 update_max_climb_power Line 560 - + MATLABFile,FunctionCall 564 update_max_climb_power Line 564 - + MATLABFile,FunctionCall 568 update_max_climb_power Line 568 - + MATLABFile,FunctionCall 571 update_max_climb_power Line 571 - + MATLABFile,FunctionCall 627 make_plot Line 627 - + MATLABFile,FunctionCall 629 make_plot Line 629 - + MATLABFile,FunctionCall 630 make_plot Line 630 - + MATLABFile,FunctionCall 631 make_plot Line 631 - + MATLABFile,FunctionCall 632 make_plot Line 632 - + MATLABFile,FunctionCall 633 make_plot Line 633 - + MATLABFile,FunctionCall 634 make_plot Line 634 - + MATLABFile,FunctionCall 635 make_plot Line 635 - + MATLABFile,FunctionCall 636 make_plot Line 636 - + MATLABFile,FunctionCall 637 make_plot Line 637 - + MATLABFile,FunctionCall 638 make_plot Line 638 - + MATLABFile,FunctionCall 639 make_plot Line 639 - + MATLABFile,FunctionCall 640 make_plot Line 640 - + MATLABFile,VariableType 8 Line 8 - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox LibraryLink Vehicle1D_refsub_Basic/Longitudinal Vehicle @@ -11015,7 +11055,7 @@ Converter Vehicle1D_refsub_Basic/Longitudinal Vehicle Block - + Toolbox LibraryLink Vehicle1D_refsub_Basic/PS-Simulink @@ -11025,7 +11065,7 @@ Converter2 Converter2 Block - + Toolbox LibraryLink Vehicle1D_refsub_Basic/PS-Simulink @@ -11035,7 +11075,7 @@ Converter3 Converter3 Block - + Toolbox LibraryLink Vehicle1D_refsub_Basic/PS-Simulink @@ -11045,7 +11085,7 @@ Converter Converter Block - + Toolbox LibraryLink Vehicle1D_refsub_Basic/Simulink-PS @@ -11055,7 +11095,7 @@ Converter1 Converter1 Block - + Toolbox LibraryLink Vehicle1D_refsub_Basic/Simulink-PS @@ -11065,7 +11105,7 @@ Converter Converter Block - + Toolbox LibraryLink Vehicle1D_refsub_Basic/Speed Sensor @@ -11073,222 +11113,222 @@ Converter Vehicle1D_refsub_Basic/Speed Sensor Block - + MATLABFile,FunctionCall 7 Line 7 - + Toolbox Toolbox - + Toolbox Toolbox - + Notes - + SubsystemReference VehSpdRef_harness_model/Vehicle speed reference 457 VehSpdRef_harness_model/Vehicle speed reference Block - + Toolbox MATLABFile,FunctionCall 2 Line 2 - + Toolbox MATLABFile,FunctionCall 3 Line 3 - + MATLABFile,FunctionCall 6 Line 6 - + MATLABFile,FunctionCall 9 Line 9 - + Toolbox Toolbox - + Toolbox MATLABFile,FunctionCall 2 Line 2 - + Toolbox MATLABFile,FunctionCall 3 Line 3 - + MATLABFile,FunctionCall 6 Line 6 - + MATLABFile,FunctionCall 9 Line 9 - + Toolbox Toolbox - + Toolbox MATLABFile,FunctionCall 2 Line 2 - + Toolbox MATLABFile,FunctionCall 3 Line 3 - + MATLABFile,FunctionCall 6 Line 6 - + MATLABFile,FunctionCall 9 Line 9 - + Toolbox Toolbox - + Toolbox MATLABFile,FunctionCall 2 Line 2 - + Toolbox MATLABFile,FunctionCall 3 Line 3 - + MATLABFile,FunctionCall 6 Line 6 - + MATLABFile,FunctionCall 9 Line 9 - + Toolbox Toolbox - + Toolbox MATLABFile,FunctionCall 2 Line 2 - + Toolbox MATLABFile,FunctionCall 3 Line 3 - + MATLABFile,FunctionCall 6 Line 6 - + MATLABFile,FunctionCall 9 Line 9 - + Toolbox Toolbox - + MATLABFile,Inheritance 1 Line 1 - + MATLABFile,FunctionCall 21 MQC_SimulationCase_1 Line 21 - + MATLABFile,FunctionCall 25 MQC_SimulationCase_2 Line 25 - + MATLABFile,FunctionCall 29 MQC_SimulationCase_3 Line 29 - + MATLABFile,FunctionCall 33 MQC_SimulationCase_4 Line 33 - + MATLABFile,FunctionCall 37 MQC_SimulationCase_5 Line 37 - + Toolbox MATLABFile,FunctionCall 44 @@ -11296,114 +11336,114 @@ Converter Line 44 - + MATLABFile,FunctionCall 45 MQC_Utility_1 Line 45 - + MATLABFile,FunctionCall 49 MQC_Utility_1 Line 49 - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox Toolbox - + MATLABFile,FunctionCall 13 VehSpdRef_loadCase_Constant Line 13 - + Toolbox Toolbox - + MATLABFile,FunctionCall 13 VehSpdRef_loadCase_FTP75 Line 13 - + Toolbox Toolbox - + MATLABFile,FunctionCall 13 VehSpdRef_loadCase_HighSpeed Line 13 - + Toolbox Toolbox - + MATLABFile,FunctionCall 13 VehSpdRef_loadCase_SimpleDrivePattern Line 13 - + Toolbox Toolbox - + MATLABFile,FunctionCall 13 VehSpdRef_loadCase_WLTP Line 13 - + Toolbox Toolbox - + MATLABFile,FunctionCall 6 VehSpdRef_generateMarkdown Line 6 - + Toolbox Toolbox - + MATLABFile,FunctionCall 14 VehSpdRef_plotResults Line 14 - + Toolbox Toolbox - + Toolbox Toolbox - + BlockCallback,MaskCallbackString,FunctionCall VehSpdRef_refsub_Basic/Constant 809 @@ -11411,7 +11451,7 @@ Converter Block 1 - + BlockCallback,MaskInitialization,FunctionCall VehSpdRef_refsub_Basic/Constant 809 @@ -11419,7 +11459,7 @@ Converter Block 2 - + Toolbox LibraryLink VehSpdRef_refsub_Basic/Drive Cycle Source 1 @@ -11427,7 +11467,7 @@ Converter VehSpdRef_refsub_Basic/Drive Cycle Source 1 Block - + Toolbox LibraryLink VehSpdRef_refsub_Basic/Drive Cycle Source 2 @@ -11435,7 +11475,7 @@ Converter VehSpdRef_refsub_Basic/Drive Cycle Source 2 Block - + BlockCallback,MaskInitialization,FunctionCall VehSpdRef_refsub_Basic/High speed drive pattern 805 @@ -11443,7 +11483,7 @@ Converter Block 2 - + BlockCallback,MaskCallbackString,FunctionCall VehSpdRef_refsub_Basic/High speed drive pattern 805 @@ -11451,7 +11491,7 @@ Converter Block 1 - + BlockCallback,MaskInitialization,FunctionCall VehSpdRef_refsub_Basic/High speed drive pattern 805 @@ -11459,7 +11499,7 @@ Converter Block 16 - + BlockCallback,MaskCallbackString,FunctionCall VehSpdRef_refsub_Basic/Simple drive pattern 801 @@ -11467,7 +11507,7 @@ Converter Block 1 - + BlockCallback,MaskInitialization,FunctionCall VehSpdRef_refsub_Basic/Simple drive pattern 801 @@ -11475,105 +11515,105 @@ Converter Block 2 - + Toolbox Toolbox - + Toolbox Toolbox - + MATLABFile,FunctionCall 5 Line 5 - + Toolbox Toolbox - + Toolbox MATLABFile,FunctionCall 104 Line 104 - + MATLABFile,FunctionCall 2 Line 2 - + Toolbox MATLABFile,FunctionCall 33 Line 33 - + Toolbox MATLABFile,FunctionCall 47 Line 47 - + Toolbox MATLABFile,FunctionCall 69 Line 69 - + Toolbox MATLABFile,FunctionCall 6 Line 6 - + Toolbox Toolbox - + Toolbox MATLABFile,FunctionCall 13 Line 13 - + Toolbox MATLABFile,FunctionCall 36 Line 36 - + MATLABFile,FunctionCall 9 Line 9 - + Toolbox Toolbox - + ModelCallback,PreLoadFcn,FunctionCall 1 - + Notes - + Toolbox Toolbox - + Toolbox LibraryLink MotorDrive_testHarness/Electrical @@ -11583,7 +11623,7 @@ Reference2 Reference2 Block - + Toolbox LibraryLink MotorDrive_testHarness/High Voltage Source/DC Bus @@ -11591,7 +11631,7 @@ Reference2 MotorDrive_testHarness/High Voltage Source/DC Bus Block - + Toolbox LibraryLink MotorDrive_testHarness/Load inertia @@ -11599,7 +11639,7 @@ Reference2 MotorDrive_testHarness/Load inertia Block - + Toolbox LibraryLink MotorDrive_testHarness/Mechanical @@ -11609,7 +11649,7 @@ Rotational Reference4 Rotational Reference4 Block - + Toolbox LibraryLink MotorDrive_testHarness/Motor Drive/Current Sensor @@ -11619,7 +11659,7 @@ Rotational Reference4 (Three-Phase) Block - + Toolbox LibraryLink MotorDrive_testHarness/Motor Drive/Electrical Reference @@ -11627,7 +11667,7 @@ Rotational Reference4 MotorDrive_testHarness/Motor Drive/Electrical Reference Block - + Toolbox LibraryLink MotorDrive_testHarness/Motor Drive/Encoder/Mechanical @@ -11637,7 +11677,7 @@ Rotational Reference3 Rotational Reference3 Block - + Toolbox LibraryLink MotorDrive_testHarness/Motor Drive/Encoder/PS-S1 @@ -11645,7 +11685,7 @@ Rotational Reference3 MotorDrive_testHarness/Motor Drive/Encoder/PS-S1 Block - + Toolbox LibraryLink MotorDrive_testHarness/Motor Drive/Encoder/PS-S2 @@ -11653,7 +11693,7 @@ Rotational Reference3 MotorDrive_testHarness/Motor Drive/Encoder/PS-S2 Block - + Toolbox LibraryLink MotorDrive_testHarness/Motor Drive/Encoder/PS-Simulink @@ -11663,7 +11703,7 @@ Converter1 Converter1 Block - + Toolbox LibraryLink MotorDrive_testHarness/Motor Drive/Encoder/Rotational Motion Sensor @@ -11671,7 +11711,7 @@ Converter1 MotorDrive_testHarness/Motor Drive/Encoder/Rotational Motion Sensor Block - + Toolbox LibraryLink MotorDrive_testHarness/Motor Drive/Encoder/Torque Sensor @@ -11679,7 +11719,7 @@ Converter1 MotorDrive_testHarness/Motor Drive/Encoder/Torque Sensor Block - + Toolbox LibraryLink MotorDrive_testHarness/Motor Drive/FEM-Parameterized PMSM @@ -11687,7 +11727,7 @@ Converter1 MotorDrive_testHarness/Motor Drive/FEM-Parameterized PMSM Block - + Toolbox LibraryLink MotorDrive_testHarness/Motor Drive/Filter/Time const2: @@ -11697,7 +11737,7 @@ Converter1 1e-5 Block - + Toolbox LibraryLink MotorDrive_testHarness/Motor Drive/Filter/Time const: @@ -11707,7 +11747,7 @@ Converter1 1e-4 Block - + Toolbox LibraryLink MotorDrive_testHarness/Motor Drive/Filter/Time const: @@ -11717,7 +11757,7 @@ Converter1 1e-5 Block - + Toolbox LibraryLink MotorDrive_testHarness/Motor Drive/Filter/Time const: @@ -11727,7 +11767,7 @@ Converter1 5e-4 Block - + Toolbox LibraryLink MotorDrive_testHarness/Motor Drive/Line Voltage Sensor @@ -11737,7 +11777,7 @@ Converter1 (Three-Phase) Block - + Toolbox LibraryLink MotorDrive_testHarness/Motor Drive/Mechanical @@ -11747,7 +11787,7 @@ Rotational Reference1 Rotational Reference1 Block - + Toolbox LibraryLink MotorDrive_testHarness/Motor Drive/PMSM Controller/PMSM Field-Oriented @@ -11757,7 +11797,7 @@ Control Control Block - + Toolbox LibraryLink MotorDrive_testHarness/Motor Drive/PS-Simulink @@ -11767,7 +11807,7 @@ Converter1 Converter1 Block - + Toolbox LibraryLink MotorDrive_testHarness/Motor Drive/PS-Simulink @@ -11777,7 +11817,7 @@ Converter2 Converter2 Block - + Toolbox LibraryLink MotorDrive_testHarness/Motor Drive/PS-Simulink @@ -11787,7 +11827,7 @@ Converter Converter Block - + Toolbox LibraryLink MotorDrive_testHarness/Motor Drive/Phase Splitter @@ -11795,7 +11835,7 @@ Converter MotorDrive_testHarness/Motor Drive/Phase Splitter Block - + Toolbox LibraryLink MotorDrive_testHarness/Motor Drive/Three-phase @@ -11805,7 +11845,7 @@ Inverter/IGBT A(H) Inverter/IGBT A(H) Block - + Toolbox LibraryLink MotorDrive_testHarness/Motor Drive/Three-phase @@ -11815,7 +11855,7 @@ Inverter/IGBT A(L) Inverter/IGBT A(L) Block - + Toolbox LibraryLink MotorDrive_testHarness/Motor Drive/Three-phase @@ -11825,7 +11865,7 @@ Inverter/IGBT B(H) Inverter/IGBT B(H) Block - + Toolbox LibraryLink MotorDrive_testHarness/Motor Drive/Three-phase @@ -11835,7 +11875,7 @@ Inverter/IGBT B(L) Inverter/IGBT B(L) Block - + Toolbox LibraryLink MotorDrive_testHarness/Motor Drive/Three-phase @@ -11845,7 +11885,7 @@ Inverter/IGBT C(H) Inverter/IGBT C(H) Block - + Toolbox LibraryLink MotorDrive_testHarness/Motor Drive/Three-phase @@ -11855,7 +11895,7 @@ Inverter/IGBT C(L) Inverter/IGBT C(L) Block - + Toolbox LibraryLink MotorDrive_testHarness/Motor Drive/Three-phase @@ -11865,7 +11905,7 @@ Inverter/Phase Splitter Inverter/Phase Splitter Block - + Toolbox LibraryLink MotorDrive_testHarness/Motor Drive/Three-phase @@ -11877,7 +11917,7 @@ Inverter/Simulink-PS G1 Block - + Toolbox LibraryLink MotorDrive_testHarness/Motor Drive/Three-phase @@ -11889,7 +11929,7 @@ Inverter/Simulink-PS G2 Block - + Toolbox LibraryLink MotorDrive_testHarness/Motor Drive/Three-phase @@ -11901,7 +11941,7 @@ Inverter/Simulink-PS G3 Block - + Toolbox LibraryLink MotorDrive_testHarness/Motor Drive/Three-phase @@ -11913,7 +11953,7 @@ Inverter/Simulink-PS G4 Block - + Toolbox LibraryLink MotorDrive_testHarness/Motor Drive/Three-phase @@ -11925,7 +11965,7 @@ Inverter/Simulink-PS G5 Block - + Toolbox LibraryLink MotorDrive_testHarness/Motor Drive/Three-phase @@ -11937,7 +11977,7 @@ Inverter/Simulink-PS G6 Block - + Toolbox LibraryLink MotorDrive_testHarness/Motor Drive/Voltage Sensor @@ -11945,7 +11985,7 @@ G6 MotorDrive_testHarness/Motor Drive/Voltage Sensor Block - + Toolbox LibraryLink MotorDrive_testHarness/Simulink-PS @@ -11955,7 +11995,7 @@ Converter1 Converter1 Block - + Toolbox LibraryLink MotorDrive_testHarness/Solver @@ -11965,7 +12005,7 @@ Configuration1 Configuration1 Block - + Toolbox LibraryLink MotorDrive_testHarness/Torque Source @@ -11973,35 +12013,35 @@ Configuration1 MotorDrive_testHarness/Torque Source Block - + MATLABFile,FunctionCall 5 Line 5 - + Toolbox Toolbox - + MATLABFile,FunctionArgument 9 Line 9 - + Toolbox Toolbox - + ModelCallback,PreLoadFcn,FunctionCall 1 - + Toolbox Toolbox - + Toolbox LibraryLink PmsmFemRefSub/FEM-Parameterized PMSM @@ -12009,18 +12049,18 @@ Configuration1 PmsmFemRefSub/FEM-Parameterized PMSM Block - + Toolbox Toolbox - + Notes - + Toolbox Toolbox - + Toolbox LibraryLink PmsmFem_testHarness/Angular Velocity @@ -12030,7 +12070,7 @@ Source Source Block - + Toolbox LibraryLink PmsmFem_testHarness/Electric Load/Electrical Reference @@ -12038,7 +12078,7 @@ Source PmsmFem_testHarness/Electric Load/Electrical Reference Block - + Toolbox LibraryLink PmsmFem_testHarness/Electric Load/Variable Resistor A @@ -12046,7 +12086,7 @@ Source PmsmFem_testHarness/Electric Load/Variable Resistor A Block - + Toolbox LibraryLink PmsmFem_testHarness/Electric Load/Variable Resistor B @@ -12054,7 +12094,7 @@ Source PmsmFem_testHarness/Electric Load/Variable Resistor B Block - + Toolbox LibraryLink PmsmFem_testHarness/Electric Load/Variable Resistor C @@ -12062,14 +12102,14 @@ Source PmsmFem_testHarness/Electric Load/Variable Resistor C Block - + SubsystemReference PmsmFem_testHarness/FEM-Parameterized PMSM 228 PmsmFem_testHarness/FEM-Parameterized PMSM Block - + Toolbox LibraryLink PmsmFem_testHarness/Mechanical @@ -12079,7 +12119,7 @@ Rotational Reference2 Rotational Reference2 Block - + Toolbox LibraryLink PmsmFem_testHarness/Mechanical @@ -12089,7 +12129,7 @@ Rotational Reference Rotational Reference Block - + Toolbox LibraryLink PmsmFem_testHarness/PS-Simulink @@ -12099,7 +12139,7 @@ Converter1 Converter1 Block - + Toolbox LibraryLink PmsmFem_testHarness/PS-Simulink @@ -12109,7 +12149,7 @@ Converter Converter Block - + Toolbox LibraryLink PmsmFem_testHarness/Phase Splitter @@ -12117,7 +12157,7 @@ Converter PmsmFem_testHarness/Phase Splitter Block - + Toolbox LibraryLink PmsmFem_testHarness/Simulink-PS @@ -12127,7 +12167,7 @@ Converter1 Converter1 Block - + Toolbox LibraryLink PmsmFem_testHarness/Simulink-PS @@ -12137,7 +12177,7 @@ Converter Converter Block - + Toolbox LibraryLink PmsmFem_testHarness/Solver @@ -12147,7 +12187,7 @@ Configuration Configuration Block - + Toolbox LibraryLink PmsmFem_testHarness/Voltage Sensor/Grounded Neutral @@ -12157,7 +12197,7 @@ Configuration (Three-Phase) Block - + Toolbox LibraryLink PmsmFem_testHarness/Voltage Sensor/Line Voltage Sensor @@ -12167,7 +12207,7 @@ Configuration (Three-Phase) Block - + Toolbox LibraryLink PmsmFem_testHarness/Voltage Sensor/Phase Voltage Sensor @@ -12177,35 +12217,35 @@ Configuration (Three-Phase) Block - + Toolbox Toolbox - + Toolbox Toolbox - + MATLABFile,FunctionCall 11 MQC_SignalDesigner_1 Line 11 - + MATLABFile,FunctionCall 15 MQC_SignalDesigner_2 Line 15 - + MATLABFile,Inheritance 1 Line 1 - + Toolbox MATLABFile,FunctionCall 20 @@ -12213,114 +12253,114 @@ Configuration Line 20 - + MATLABFile,FunctionCall 21 MQC_SignalDesigner_3 Line 21 - + MATLABFile,FunctionCall 22 MQC_SignalDesigner_3 Line 22 - + MATLABFile,FunctionCall 23 MQC_SignalDesigner_3 Line 23 - + MATLABFile,FunctionCall 24 MQC_SignalDesigner_3 Line 24 - + MATLABFile,FunctionCall 29 MQC_SignalDesigner_4 Line 29 - + MATLABFile,FunctionCall 33 MQC_SignalDesigner_5 Line 33 - + MATLABFile,FunctionCall 39 MQC_Utility_1 Line 39 - + MATLABFile,FunctionCall 43 MQC_Utility_2 Line 43 - + MATLABFile,FunctionCall 49 MQC_Utility_3 Line 49 - + MATLABFile,FunctionCall 58 MQC_Utility_4 Line 58 - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox Toolbox - + MATLABFile,Inheritance 1 Line 1 - + MATLABFile,FunctionCall 9 CheckProject Line 9 - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox MATLABFile,FunctionCall 32 @@ -12328,7 +12368,7 @@ Configuration Line 32 - + Toolbox MATLABFile,FunctionCall 32 @@ -12336,7 +12376,7 @@ Configuration Line 32 - + Toolbox MATLABFile,FunctionCall 50 @@ -12344,7 +12384,7 @@ Configuration Line 50 - + Toolbox MATLABFile,FunctionCall 51 @@ -12352,7 +12392,7 @@ Configuration Line 51 - + Toolbox MATLABFile,FunctionCall 52 @@ -12360,603 +12400,603 @@ Configuration Line 52 - + Toolbox Toolbox - + MATLABFile,FunctionCall 10 Line 10 - + MATLABFile,FunctionCall 12 Line 12 - + MATLABFile,FunctionCall 13 Line 13 - + MATLABFile,FunctionCall 13 Line 13 - + MATLABFile,FunctionCall 16 Line 16 - + MATLABFile,FunctionCall 16 Line 16 - + MATLABFile,FunctionCall 17 Line 17 - + MATLABFile,FunctionCall 17 Line 17 - + MATLABFile,Inheritance 1 Line 1 - + Toolbox Toolbox - + MATLABFile,FunctionCall 10 Line 10 - + MATLABFile,FunctionCall 12 Line 12 - + MATLABFile,FunctionCall 13 Line 13 - + MATLABFile,FunctionCall 16 Line 16 - + MATLABFile,FunctionCall 16 Line 16 - + MATLABFile,Inheritance 1 Line 1 - + Toolbox Toolbox - + MATLABFile,FunctionCall 13 Line 13 - + MATLABFile,FunctionCall 15 Line 15 - + MATLABFile,FunctionCall 16 Line 16 - + MATLABFile,FunctionCall 19 Line 19 - + MATLABFile,FunctionCall 19 Line 19 - + MATLABFile,Inheritance 1 Line 1 - + MATLABFile,FunctionCall 20 Line 20 - + MATLABFile,FunctionCall 20 Line 20 - + Toolbox Toolbox - + MATLABFile,FunctionCall 10 Line 10 - + MATLABFile,FunctionCall 14 Line 14 - + MATLABFile,FunctionCall 16 Line 16 - + MATLABFile,FunctionCall 16 Line 16 - + MATLABFile,FunctionCall 17 Line 17 - + MATLABFile,FunctionCall 17 Line 17 - + MATLABFile,Inheritance 1 Line 1 - + Toolbox Toolbox - + Toolbox Toolbox - + MATLABFile,FunctionCall 13 Line 13 - + MATLABFile,FunctionCall 15 Line 15 - + MATLABFile,FunctionCall 16 Line 16 - + MATLABFile,FunctionCall 19 Line 19 - + MATLABFile,FunctionCall 19 Line 19 - + MATLABFile,Inheritance 1 Line 1 - + Toolbox Toolbox - + MATLABFile,FunctionCall 16 Line 16 - + MATLABFile,FunctionCall 18 Line 18 - + MATLABFile,FunctionCall 18 Line 18 - + MATLABFile,Inheritance 1 Line 1 - + MATLABFile,FunctionCall 69 setup Line 69 - + Toolbox Toolbox - + MATLABFile,FunctionCall 13 Line 13 - + MATLABFile,FunctionCall 15 Line 15 - + MATLABFile,FunctionCall 17 Line 17 - + MATLABFile,Inheritance 1 Line 1 - + Toolbox Toolbox - + MATLABFile,FunctionCall 17 Line 17 - + Toolbox Toolbox - + MATLABFile,FunctionCall 123 NewColumn Line 123 - + MATLABFile,FunctionCall 166 NewRow Line 166 - + MATLABFile,FunctionCall 211 NewSlot Line 211 - + MATLABFile,FunctionCall 80 NewArea Line 80 - + Toolbox Toolbox - + MATLABFile,VariableType 13 Line 13 - + MATLABFile,Inheritance 1 Line 1 - + MATLABFile,FunctionCall 23 setup Line 23 - + MATLABFile,FunctionCall 31 setup Line 31 - + MATLABFile,FunctionCall 37 setup Line 37 - + MATLABFile,FunctionCall 45 setup Line 45 - + MATLABFile,VariableType 93 Line 93 - + MATLABFile,VariableType 94 Line 94 - + Toolbox Toolbox - + MATLABFile,FunctionCall 13 Line 13 - + MATLABFile,FunctionCall 15 Line 15 - + MATLABFile,Inheritance 1 Line 1 - + Toolbox Toolbox - + MATLABFile,FunctionCall 16 Line 16 - + MATLABFile,FunctionCall 18 Line 18 - + MATLABFile,Inheritance 1 Line 1 - + Toolbox Toolbox - + MATLABFile,Inheritance 1 Line 1 - + MATLABFile,FunctionCall 20 Line 20 - + MATLABFile,FunctionCall 24 Line 24 - + MATLABFile,FunctionCall 26 Line 26 - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox Toolbox - + MATLABFile,FunctionCall 42 GetFileFolderPath Line 42 - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox Toolbox - + MATLABFile,VariableType 14 Line 14 - + MATLABFile,VariableType 15 Line 15 - + MATLABFile,FunctionCall 48 LiteAppWindow Line 48 - + MATLABFile,FunctionCall 53 LiteAppWindow Line 53 - + MATLABFile,FunctionCall 97 set.Icon Line 97 - + Toolbox Toolbox - + MATLABFile,FunctionCall 62 CheckAndGenerateMarkdowns Line 62 - + MATLABFile,FunctionCall 70 CheckAndGenerateMarkdowns Line 70 - + Toolbox Toolbox - + MATLABFile,FunctionCall 39 generateMarkdown_fromLiveScript Line 39 - + Toolbox Toolbox - + Toolbox Toolbox - + MATLABFile,FunctionCall 3 Line 3 - + Toolbox Toolbox - + Toolbox MATLABFile,FunctionCall 35 @@ -12964,7 +13004,7 @@ Configuration Line 35 - + Toolbox MATLABFile,FunctionCall 39 @@ -12972,7 +13012,7 @@ Configuration Line 39 - + Toolbox MATLABFile,FunctionCall 40 @@ -12980,7 +13020,7 @@ Configuration Line 40 - + Toolbox MATLABFile,FunctionCall 44 @@ -12988,7 +13028,7 @@ Configuration Line 44 - + Toolbox MATLABFile,FunctionCall 49 @@ -12996,11 +13036,11 @@ Configuration Line 49 - + Toolbox Toolbox - + Toolbox MATLABFile,FunctionCall 108 @@ -13008,7 +13048,7 @@ Configuration Line 108 - + Toolbox MATLABFile,FunctionCall 109 @@ -13016,7 +13056,7 @@ Configuration Line 109 - + Toolbox MATLABFile,FunctionCall 112 @@ -13024,7 +13064,7 @@ Configuration Line 112 - + Toolbox MATLABFile,FunctionCall 112 @@ -13032,11 +13072,11 @@ Configuration Line 112 - + Toolbox Toolbox - + Toolbox MATLABFile,FunctionCall 22 @@ -13044,130 +13084,130 @@ Configuration Line 22 - + Toolbox Toolbox - + MATLABFile,FunctionCall 25 buildTrace Line 25 - + MATLABFile,FunctionCall 40 buildTrace Line 40 - + Toolbox Toolbox - + Toolbox Toolbox - + MATLABFile,FunctionCall 27 plotContinuous Line 27 - + Toolbox Toolbox - + MATLABFile,FunctionCall 27 plotContinuousMultiStep Line 27 - + Toolbox Toolbox - + MATLABFile,FunctionCall 26 plotPieceWiseConstant Line 26 - + Toolbox Toolbox - + MATLABFile,FunctionCall 39 plotTraceGenerator Line 39 - + Toolbox Toolbox - + MATLABFile,VariableType 11 setDataToLookupTableBlock Line 11 - + Toolbox Toolbox - + Toolbox Toolbox - + MATLABFile,FunctionCall 1 Line 1 - + MATLABFile,FunctionCall 24 Line 24 - + MATLABFile,FunctionCall 44 Line 44 - + MATLABFile,FunctionCall 53 Line 53 - + MATLABFile,FunctionCall 67 Line 67 - + Toolbox Toolbox - + Toolbox Toolbox - + BlockCallback,MaskCallbackString,FunctionCall SignalSourceBlockLibrary/Continuous Multi-Step 1 @@ -13175,7 +13215,7 @@ Configuration Block 1 - + BlockCallback,MaskInitialization,FunctionCall SignalSourceBlockLibrary/Continuous Multi-Step 1 @@ -13183,7 +13223,7 @@ Configuration Block 2 - + BlockCallback,MaskCallbackString,FunctionCall SignalSourceBlockLibrary/Continuous 16 @@ -13191,7 +13231,7 @@ Configuration Block 1 - + BlockCallback,MaskInitialization,FunctionCall SignalSourceBlockLibrary/Continuous 16 @@ -13199,7 +13239,7 @@ Configuration Block 2 - + BlockCallback,MaskCallbackString,FunctionCall SignalSourceBlockLibrary/Piece-Wise Constant 5 @@ -13207,7 +13247,7 @@ Configuration Block 1 - + BlockCallback,MaskInitialization,FunctionCall SignalSourceBlockLibrary/Piece-Wise Constant 5 @@ -13215,7 +13255,7 @@ Configuration Block 2 - + BlockCallback,MaskInitialization,FunctionCall SignalSourceBlockLibrary/Trace Generator 25 @@ -13223,7 +13263,7 @@ Configuration Block 2 - + BlockCallback,MaskCallbackString,FunctionCall SignalSourceBlockLibrary/Trace Generator 25 @@ -13231,7 +13271,7 @@ Configuration Block 1 - + BlockCallback,MaskInitialization,FunctionCall SignalSourceBlockLibrary/Trace Generator 25 @@ -13239,11 +13279,11 @@ Configuration Block 16 - + Toolbox Toolbox - + BlockCallback,MaskCallbackString,FunctionCall SignalSourceBlocks_example/Continuous Multi-Step 1 @@ -13251,7 +13291,7 @@ Configuration Block 1 - + BlockCallback,MaskInitialization,FunctionCall SignalSourceBlocks_example/Continuous Multi-Step 1 @@ -13259,7 +13299,7 @@ Configuration Block 2 - + BlockCallback,MaskCallbackString,FunctionCall SignalSourceBlocks_example/Continuous 5 @@ -13267,7 +13307,7 @@ Configuration Block 1 - + BlockCallback,MaskInitialization,FunctionCall SignalSourceBlocks_example/Continuous 5 @@ -13275,7 +13315,7 @@ Configuration Block 2 - + BlockCallback,MaskCallbackString,FunctionCall SignalSourceBlocks_example/Piece-Wise Constant 9 @@ -13283,7 +13323,7 @@ Configuration Block 1 - + BlockCallback,MaskInitialization,FunctionCall SignalSourceBlocks_example/Piece-Wise Constant 9 @@ -13291,7 +13331,7 @@ Configuration Block 2 - + BlockCallback,MaskInitialization,FunctionCall SignalSourceBlocks_example/Trace Generator 13 @@ -13299,7 +13339,7 @@ Configuration Block 2 - + BlockCallback,MaskCallbackString,FunctionCall SignalSourceBlocks_example/Trace Generator 13 @@ -13307,7 +13347,7 @@ Configuration Block 1 - + BlockCallback,MaskInitialization,FunctionCall SignalSourceBlocks_example/Trace Generator 13 @@ -13315,7 +13355,7 @@ Configuration Block 16 - + Toolbox MATLABFile,FunctionCall 5 @@ -13323,7 +13363,7 @@ Configuration Line 5 - + Toolbox MATLABFile,FunctionCall 6 @@ -13331,104 +13371,104 @@ Configuration Line 6 - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox MATLABFile,FunctionCall 1 Line 1 - + Toolbox Toolbox - + Toolbox Toolbox - + MATLABFile,FunctionCall 38 plotSimulationResultSignal Line 38 - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox Toolbox - + MATLABFile,FunctionCall 147 CheckProjectTask Line 147 - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox Toolbox - + Toolbox Toolbox diff --git a/resources/project/Gkj69QvmzPNdRjPe__SsV4UedVI/acfffmSKIOIPDanBhyIUZ1vBBhUd.xml b/resources/project/Gkj69QvmzPNdRjPe__SsV4UedVI/acfffmSKIOIPDanBhyIUZ1vBBhUd.xml deleted file mode 100644 index a75f7a8..0000000 --- a/resources/project/Gkj69QvmzPNdRjPe__SsV4UedVI/acfffmSKIOIPDanBhyIUZ1vBBhUd.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/resources/project/Gkj69QvmzPNdRjPe__SsV4UedVI/acfffmSKIOIPDanBhyIUZ1vBBhUp.xml b/resources/project/Gkj69QvmzPNdRjPe__SsV4UedVI/acfffmSKIOIPDanBhyIUZ1vBBhUp.xml deleted file mode 100644 index 113a945..0000000 --- a/resources/project/Gkj69QvmzPNdRjPe__SsV4UedVI/acfffmSKIOIPDanBhyIUZ1vBBhUp.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/resources/project/OeJGcMw7vPtiQGltT72J3l0jXow/n6UfbdHpq3dZ9O0_z7sxyGtYg6wd.xml b/resources/project/OeJGcMw7vPtiQGltT72J3l0jXow/n6UfbdHpq3dZ9O0_z7sxyGtYg6wd.xml deleted file mode 100644 index a75f7a8..0000000 --- a/resources/project/OeJGcMw7vPtiQGltT72J3l0jXow/n6UfbdHpq3dZ9O0_z7sxyGtYg6wd.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/resources/project/OeJGcMw7vPtiQGltT72J3l0jXow/n6UfbdHpq3dZ9O0_z7sxyGtYg6wp.xml b/resources/project/OeJGcMw7vPtiQGltT72J3l0jXow/n6UfbdHpq3dZ9O0_z7sxyGtYg6wp.xml deleted file mode 100644 index 9b7dcaf..0000000 --- a/resources/project/OeJGcMw7vPtiQGltT72J3l0jXow/n6UfbdHpq3dZ9O0_z7sxyGtYg6wp.xml +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file