Description: Scales entire recipe by a multiplier prior to download from a User Built Display. Recipe is that opened with RCPOPEN.
Syntax:
Tcl: RCPSCALE number
JScript: RCPSCALE("number");
VB Script: RCPSCALE "number"
Argument: multiplier
Returns: none
See Also: RCPOPEN, RCPDOWNLOAD, Recipes
Examples:
#
Tcl
set x1 [GETVAL FACTOR1]
RCPSCALE $x1
Scales an open Recipe by a multiplier. Allows recipe to be modified prior to download. Intended for use on user built displays. Will scale the Recipe opened with <RCPOPEN> keymacro executed from any display or a script using the RCPOPEN Action Command.
If recipe is in batch units, scale represents total batch size.