%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 (reference variable).
index Begin time.
bShow End time.
bSavePrevTImes Optional parameter.
  • @TRUE - set the time interval defined by the parameters param1 and param2.
  • @FALSE - set the initial time interval.

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.


Napíšte komentár