2000-OSM, F1  10-13 
 
GET MAXIMUM PEAK PARAMETER Function 
 
Description:  Returns the Sim Dis Maximum Peak parameter from the Sim Dis Setup  
    Screen (Sim Dis analyzers only). 
Syntax:   GET_MAX_PEAK_PARM 
Example:  0010  LPRINT GET_MAX_PEAK_PARM 
    Prints Max Peak from the Sim Dis Setup Screen. 
 
GET MULTIPLIER EXPONENT Function 
 
Description: Returns the method table’s multiplier exponent. 
Syntax:   GET_MULTIPLIER_EXP(method%) 
Comments:  method% is the method table (1-8). 
Example:  0010  A% = GET_MULTIPLIER_EXP(1) 
    Gets the multiplier exponent from analysis method one and assigns it to  
  integer variable A%. 
 
GET OUTSTANDING REQUESTS Function 
 
Description:  Returns the number of pending requests in Analysis Request Queue. 
Syntax:   GET_OUTSTANDING_REQUESTS 
Example:  0010  IF GET_OUTSTANDING_REQUESTS 
  0020  :<>0 
    0030  :THEN ZERO_OUTSTANDING 
  0040  :_REQUESTS 
    All requests are deleted if there are any requests in the Analysis Request  
  Queue. 
 
GET PEAK TYPE PARAMETER Function 
 
Description:  Returns the Sim Dis Peak Type from the Sim Dis Setup Screen (Sim Dis  
  analyzers only). 
Syntax:   GET_PEAK_TYPE 
Comments:  0 means peaks are selected by area 
 1 means peaks are selected by height 
Example:  0010  LPRINT GET_PEAK_TYPE 
    The Sim Dis Setup screen parameter, Peak Type, is printed on the  
  teleprinter. 
 
GET PERCENT OFF FOR A TEMPERATURE Command 
 
Description:  Returns the percent off for a given temperature using a specified Time vs.  
    Boiling Point Table (Sim Dis analyzers only). 
Syntax:   GET_POFF(temperature!,time_vs_bp_table%) 
Comments:  temperature! is the temperature to convert to a percent off. 
   time_vs_bp_table% is the Time vs. Boiling Point Table (1-8) to use for the  
  conversion. 
Example:  0010  PERCENT! = GET_POFF(212.0,1) 
    Returns the percent off for 212.0 degrees. 
 
GET PERCENT OFF FOR A TIME Command 
 
Description:  Returns a percent off for a given time using a specified Time vs. Boiling  
    Point Table (Sim Dis analyzers only). 
Syntax:   TIME_TO_OFF(time!,time_vs_bp_ table%)