pidController¶
- class +AMrotorSIM.+pidControllers.pidController(cnfg)¶
Bases:
matlab.mixin.Heterogeneous,handle%classdef (Abstract) pidController < handleSuperclass (abstract) for pid controller for the AMB-force
- name = None¶
‘u_x’,’u_y’,’u_z’,’psi_x’,’psi_y’,’psi_z’
- type = None¶
A/m
- electricalI = None¶
A/(m*s)
- electricalD = None¶
As/m
- pidController(cnfg)¶
Constructor
- get_controller_current(tCurr, y)¶
Provides the controller current in ampere
- Parameters
obj (
object) – Object of type pidControllertcurr (
vector) – Time-vector of solutiony (
vector) – position vector at the corresponding controller node
- Returns
Controller current