Channel.PrintNotes() Type: INSTANCE FUNCTION Purpose: Prints the Channel object‘s notes information to the output file. Usage: Channel.PrintNotes(Tag) Tage STRING Optional; a string used as a tag for the block… read more →
Channel.SetActive() Type: INSTANCE FUNCTION Purpose: Allows a script to set the Active Cell flag in a channel object. Usage: Channel.SetActive(Switch) Switch BOOL TRUE if channel runs. FALSE if channel… read more →
Channel.System() Type: INSTANCE FUNCTION Purpose: Reads the name of a chemical system from a channel object. This name can be used to recover a group of parameters from the chemical… read more →
Channel.Area() Type: INSTANCE FUNCTION Purpose: Reads the sample area from a channel object. Usage: Size = Channel.Area() Size REAL The sample area. Related Topics
Channel.Dialog Type: LICENSE Purpose: Allows a Channel to be displayed and modified in a Setup dialog box. This license also allows channel information (except Notes) to be saved or restored… read more →
Channel.Ident() Type: INSTANCE FUNCTION Purpose: Reads the test identifier string from a channel object. Usage: IDString = Channel.Ident() IDString STRING The channel identifier string. Related Topics
Channel.New() Type: CLASS FUNCTION Purpose: Creates a channel object. The new object contains a number of default variables initially set via this function call. Many of these variables can be… read more →
Channel.Active() Type: INSTANCE FUNCTION Purpose: Reads the Active Cell flag from a channel object. Usage: Flag = Channel.Active() Flag BOOL TRUE if a channel is to be used. FALSE… read more →
Cgen.SprintPoint() Type: CLASS FUNCTION Purpose: Used in output of data from a CGEN object. A data point from the object is printed to an ASCII string. This string can in… read more →