HI_AXGetParam
%HI_AXGetParam, %HI_AXSetParam functions
Functions
The function %HI_SetParam sets the parameter defined by the serial number index to the value defined by the parameter value.
The function %HI_GetParam retrieves the value of the parameter defined by the parameter index.
Declaration
%HI_SetParam(
INT in index,
UNIVAL in value
)
UNIVAL%HI_GetParam(
INT in index
)Parameters
index | Parameter's serial number. |
value | Parameter value to set. |