C2000Ware Digital Power SDK  5.03.00.00
ABC_DQ0_POS Struct Reference

Detailed Description

Defines the ABC_DQ0_POS transform structure.

This block stores variables used to transforms ABC domain variables to dq domain

Definition at line 66 of file abc_dq0_pos.h.

Data Fields

float32_t alpha
 Output: Alpha component (abc-> alpha beta) More...
 
float32_t beta
 Output: Beta component (abc-> alpha beta) More...
 
float32_t d
 Output: D axis component (alpha beta -> d,q,z) More...
 
float32_t q
 Output: Q axis component (alpha beta -> d,q,z) More...
 
float32_t z
 Output: Z axis component (alpha beta -> d,q,z) More...
 

Field Documentation

◆ alpha

float32_t ABC_DQ0_POS::alpha

Output: Alpha component (abc-> alpha beta)

Definition at line 67 of file abc_dq0_pos.h.

◆ beta

float32_t ABC_DQ0_POS::beta

Output: Beta component (abc-> alpha beta)

Definition at line 68 of file abc_dq0_pos.h.

◆ d

float32_t ABC_DQ0_POS::d

Output: D axis component (alpha beta -> d,q,z)

Definition at line 69 of file abc_dq0_pos.h.

◆ q

float32_t ABC_DQ0_POS::q

Output: Q axis component (alpha beta -> d,q,z)

Definition at line 70 of file abc_dq0_pos.h.

◆ z

float32_t ABC_DQ0_POS::z

Output: Z axis component (alpha beta -> d,q,z)

Definition at line 71 of file abc_dq0_pos.h.