Defines the parameters required by the open loop v/f controller.
Public Attributes | |
| bool | dir |
| Direction of the three-phase signals. | |
| bool | currentDir |
| Current direction of the three-phase signals. | |
| inverter_state_t | requestedState |
| Contains the requested state for the inverter. | |
| float | pwmFreq |
| PWM frequency used by the inverter. | |
| float | nominalFreq |
| Nominal frequency is used to compute modulation index at different frequencies. | |
| float | nominalModulationIndex |
| Nominal modulation index is used to compute modulation index at different frequencies. | |
| float | outputFreq |
| Required output frequency at which the program needs to settle. | |
| float | acceleration |
| Acceleration with which the frequency should be changed. | |
| float | wt |
| Current angle of phase U used internally (measured in radians) | |
| float | currentFreq |
| Current frequency output at the inverter. Computed internally. | |
| float | currentModulationIndex |
| Current modulation index output at the inverter. Computed internally. | |
| inverter3Ph_config_t | inverterConfig |
| Output inverter configuration. | |