Example for pole assignment
function data_Chow_Kokotovic extends Modelica.Icons.Function; import Complex; import Modelica_LinearSystems2.WorkInProgress.Tests.Internal.DesignData; input Real d = 1e-6; output DesignData data(redeclare Real A[4, 4], redeclare Real B[4, 1], redeclare Complex assignedPoles[4]); end data_Chow_Kokotovic;