ISUBRO
Name:
Type:
Purpose:
Turn on debugging switches for a specific subroutine.
Description:
Dataplot contains a number of commands for turning on debug switches.
When a debugging switch is turned on, certain print statements will
be activated to aid in debugging.
The SET ISUBRO command can be used to turn on debugging for a
specific subroutine. Although this command is primarily of interest
to the Dataplot developers, it can be used by any Dataplot user.
Syntax:
SET ISUBRO <string>
where <string> contains the last four characters of the desired
subroutine.
Examples:
SET ISUBRO HIS2
SET ISUBRO HIST
SET ISUBRO FIT2
Note:
Not all Dataplot subroutines support the ISUBRO switch. Although
most new commands support the use of ISUBRO, many older commands
do not.
Note:
The debug switches can result in a large amount of output being
generated. For that reason, you may want to use the CAPTURE command
to save the output to a file.
Default:
Synonyms:
Related Commands:
Applications:
Implementation Date:
Program:
LET Y1 = NORMAL RANDOM NUMBERS FOR I = 1 1 100
CAPTURE JUNK.OUT
SET ISUBRO HIST
HISTOGRAM Y
SET ISUBRO HIS2
HISTOGRAM Y
END OF CAPTURE
Privacy
Policy/Security Notice
Disclaimer |
FOIA
NIST is an agency of the U.S.
Commerce Department.
Date created: 04/27/2016
Last updated: 04/27/2016
Please email comments on this WWW page to
[email protected].
|
|