You once asked how to compensate for a load changing from 1 ton to 100 tons.I would put pressure ...
x轴可以是时间或另一轴的位置。
y轴通常是位置,但它可以是任何东西。 Y轴可以是增益。
使用CRV_INTERP_Y函数
CRV_ID //曲线编号
X_Value // x值
Y_Value = CRV_INTERP_Y(CRV_ID,X_VALUE)//计算y值
The x axis can be time or the position of another axis.
The y axis is normally the position, but it can be anything.The Y axis can be a gain.
Use the CRV_INTERP_Y function to use
CRV_ID
X_Value
Y_Value = CRV_INTERP_Y(CRV_ID,X_VALUE)
页:
1
[2]