Cgen.Tag() Type: INSTANCE FUNCTION Purpose: Returns a string containing the Cgen object‘s tag. Usage: Result = Cgen.Tag() Result STRING The tag associated with the object. Related Topics
CGEN.New() Type: CLASS FUNCTION Purpose: Create a new object of the CGEN class. The type of real-time plot is defined when the object is created. There are two plot types,… read more →
Cgen.DataValue() Type: INSTANCE FUNCTION Purpose: Extracts a single data item from a CGEN object. The data item is taken from the ith data point and the jth data column. If… read more →
Cgen.SetAxis() Type: CLASS FUNCTION Purpose: Helps to define the real-time display of a CGEN object. Associates an axis with a data column in the object. Controls linear/logarithmic display formatting and… read more →
Cgen.AddPoint() Type: INSTANCE FUNCTION Purpose: Places a data point in the Cgen object‘s data array. The point is added at the next available point in the curve. The data-point counter… read more →
Cgen.Count() Type: INSTANCE FUNCTION Purpose: Returns the number of points actually acquired in a CGEN object. The number returned is not the number of points allocated. Usage: NumPoints = Cgen.Count() … read more →
Cgen.DataCol() Type: INSTANCE FUNCTION Purpose: Extracts a data column from a CGEN object. This data column is packaged in a DATACOL object that can then be used for further processing.… read more →
Cgen.Activate() Type: CLASS FUNCTION Purpose: Makes this the active curve. The Curve is displayed if the user has ACTIVE chosen in the CURVE LIST control found on the runner window.… read more →
CGEN Type: CLASS Purpose: Implements a generic curve that you can “stuff” with data directly from Explain™. The data in this curve can be plotted on the run-time screen. CGEN… read more →
Ascii() Type: REGULAR FUNCTION Purpose: Returns the ASCII number of the first character in a string. Usage: AsciiNumb = Ascii(String) String STRING String to determine first character. AsciiNumb… read more →