跳转至

TLaserPowerWave

激光能量曲线参数结构体

结构体说明:

typedef struct
{
    short tableId;
    short channel;
    short enable;
    short loopCount;
    int32_t intervalTime;
    short pad[2];
}TLaserPowerWave;

tableId::激光波形控制表号,取值范围:[1,2]。
channel:--8<-- "docs/附录/通用引用.md:laserchannel"
enable::激光波形控制使能,0:关闭能量输出曲线,1:使能能量输出曲线。
loopCount:波形循环数量。
intervalTime:波形持续时间。
pad:保留参数,必须为0。

调用指令:

GTN_GetLaserPowerPro

注意事项: