HI_SetGraphTimes
%HI_SetGraphTimes function
Old name
%HI_SetDiagTimes
Function
The function %HI_SetGraphTimes sets the time parameters (time axis range) of the displayer of Graph type (Control function).
Declaration
%HI_SetGraphTimes(
INT in refId,
TIME in param1,
TIME in param2
BOOL in bSavePrevTimes
)Parameters
refId | Reference to graphic object |
index | Begin time. |
bShow | End time. |
bSavePrevTImes | Optional parameter.
|
Description
The function sets two time parameters for the displayer of Graph type that is defined by the reference variable refId.
The parameter param1 defines the begin time and the parameter param2 defines the end time displayed in the graph.