FindClassByName() Type: REGULAR FUNCTION Purpose: Return a CLASS, given the class name as a STRING. This function is used to return a class, given information about its name. A specific… read more →
Error() Type: REGULAR FUNCTION Purpose: Indicate a fatal error to the operator. The error is serious enough that the script must be terminated. End the experiment. Usage: Error(Message) Message… read more →
Execute() Type: REGULAR FUNCTION Purpose: Launch another Explain™ script from within Explain. As soon as the other script is launched, the parent script continues its execution. Any number of Explain… read more →
Exp Type: REGULAR FUNCTION Purpose: Calculate ex. Usage: Result = Exp(Number) Number REAL The exponent of e Result REAL The result of eNumber Related Topics
DLGSPACE.New() Type: CLASS FUNCTION Purpose: Generates a new DLGSPACE object. Usage: DlgSpace = DLGSPACE.New(Space) Dlgspace DLGSPACE The new object. Space INDEX The size of the space in dialog-box units.… read more →
DLGSPACE.Dialog Type: LICENSE Purpose: Informs Setup() what to do with the DlgSpace object. A DlgSpace object appears in Setup() as a vertical gap between other object displays. Related Topics
DtoR() Type: REGULAR FUNCTION Purpose: Convert an angle from degrees to radians. Usage: Radians = DtoR(Degrees) Degrees REAL The angle in degrees. Radians REAL The angle in radians.… read more →
DateStamp() Type: REGULAR FUNCTION Purpose: Create a string of the form “Month/Day/Year”. If no parameter is given, use the current system date. Otherwise, convert the parameter into a date. The… read more →
Dawdle() Type: REGULAR FUNCTION Purpose: Freezes execution of the current script until the user clicks the Skip button. One use for dawdle is a delay before erasing the runner window… read more →
Description of Library Routines The Gamry Framework™ comes with a built-in set of general-purpose library functions and classes. The Framework library contains both compiled C and Explain routines. These library… read more →