跳转至

TGroupSuperpositionTablePrm

查表叠加参数结构体

结构体说明:

typedef struct GroupSuperpositionTablePrm
{
    short mode; // 模式:目前只支持设置为0
    short dataCount; // 叠加表的数据点个数
    short reserve1[6];
    double period; // 叠加表的周期
    double reserve2[5];
} TGroupSuperpositionTablePrm;
mode:模式。目前只支持设置为0。。
dataCount:叠加表的数据个数,范围:[1,128]。
reserve1:保留参数,必须为0。
period:叠加表的周期,周期必须大于0,单位:ms。
reserve2:保留参数,必须为0。

相关指令:

GTN_SetGroupSuperpositionTable