This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

如何改变_CNTL_2P2Z_DBUFF:n里的数据定义

Other Parts Discussed in Thread: CONTROLSUITE

在CONTROLSUITE里有如下语句

_CNTL_2P2Z_Coef:n: .usect  "CNTL_2P2Z_Section",2,1,1  ; coefficients & saturation limits (14 words)
_CNTL_2P2Z_DBUFF:n: .usect  "CNTL_2P2Z_Section",10,1,1  ; internal Data BUFF

_CNTL_2P2Z_Coef:n里的参数可以通过改变C语言环境一下的一个结构体来改变

那么_CNTL_2P2Z_DBUFF:n:如何访问和更改呢?

我现在想用一种不一样的控制方法,可能需要改变_CNTL_2P2Z_DBUFF:n里的数据定义

如何改变呢?

谢谢各位!