Setup() Type: REGULAR FUNCTION Purpose: Displays a dialog box where the user can modify, save, or recall script parameters. The dialog box has a title which is specified by the… read more →
SetupRestore() Type: REGULAR FUNCTION Purpose: Recalls a selected group of experimental parameters that have previously been stored in a disk file. It is equivalent to a Setup() function in which… read more →
SetupSave() Type: REGULAR FUNCTION Purpose: Stores a selected group of experimental parameters in a disk file. It is equivalent to a Setup() function in which the user chooses to save… read more →
Signal.SetAcquisitionControl() Type: INSTANCE FUNCTION Purpose: To allow the user to specify specific data-acquisition parameters. This instance function is available for all signals. Usage: Signal.SetAcquisitionControl (AcqMode, AcqBasePeriod, SampleRate, DutyCycle) AcqMode INDEX… read more →
Sin() Type: REGULAR FUNCTION Purpose: Calculate the sine of an angle. The angle must be in radians Usage: Result = Sin(Angle) Angle REAL Angle whose sine is to be… read more →
Sinh() Type: REGULAR FUNCTION Purpose: Calculate the hyperbolic sine of a number. The definition of Sinh is: Cosh(x) = [ex – e–x]/2 Usage: Result = Sinh(Number) Number REAL The… read more →
Sprint() Type: REGULAR FUNCTION Purpose: Prints one or more values to a STRING variable. Similar to the Print() function, except that output is not directed to the OUTPUT device or… read more →
Selector.SetStyle() Type: INSTANCE FUNCTION Purpose: Format the style of a selector. This function allows the user to set certain selector items to be asterisked or grayed out. The following table… read more →
Selector.SetValue() Type: INSTANCE FUNCTION Purpose: Set the value of a selector. Usage: Selector.SetValue(Value) Value INDEX New value to be set. Related Topics
Selector.Sprint() Type: INSTANCE FUNCTION Purpose: Print a selector value to a string. Usage: Result = Selector.Sprint() Result STRING Index number of the current selection. Related… read more →