[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference noted::corporate_cad_tool_directory

Title:Corporate Directory of CAE,CAD,CAM,CIM Tools
Notice:Digital Confidential
Moderator:CADSE::COUPER
Created:Thu Nov 12 1987
Last Modified:Wed Nov 13 1996
Last Successful Update:Fri Jun 06 1997
Number of topics:122
Total number of notes:243

92.0. "Qscope A generic wave form editing tool" by CADSYS::GALLAGHER (Jim Gallagher DTN 225-4075) Fri Oct 21 1988 17:42

                                  QSCOPE, V2.0                            
                                                                          
                                                                          
	Qscope, V2.0 is a waveform editor and display tool. The following
	features give it advantages over other tools:


	. Field tested, released, and supported

	. Excellent documentation and online help 
		
	. Supports most forms of hard copy output:

		- POSTSCRIPT
		- VERSATEC 12-,24-,and 42-inch plotters
		- HP and all HPGL (color) plotter
		- SIXEL (color)

	. Multifeatured programmable user interface in its third
	  production release

		- user definable and modifiable menus at run time
		- user definable macros that increase the command set
		- generic interprocess communication that allows
		  Qscope to display the waveform for a node
		- DCL-style command language with:		  

			. DCL style symbols (local and global)
			. looping
			. IF THEN ELSE
			. lexicals

	. Multiple windows that display output from different
	  simulations of the same circuit

	. Math functions for waveforms

	. Read, edit, and write Spice piecewise linear waveforms
		
	. Qscope supports:
		  
		- Spice and Generic ASCII input
		- two interprocess interfaces
			. Qscope as a shareable image
			. VMS mail box interface as part of user
			  interface
		- both UIS and Decwindows

	. Active notes conference at CADSYS::QSCOPE

	  - This notes conference is the primary distribution point for all
          Qscope information and user support. All users are expected to be
          active participants in this notes conference. Please see note #2
          for an explanation of how to get the most from the Qscope notes
          conference. 

	. The Qscope User's Guide can be copied from
	  CADSYS::DOC$DISK:[CAD_KITS.DOCUMENTATION]QSCOPE24.POST

	  The file is over 6k blocks long and takes about 1 hour to print
	  on a postscript printer.


	. The Qscope kit can be copied from
	  CADSYS::CAD$KITS:QSCOPE020.a

	  The CAD RTL must be installed for Qscope to run . This kit may be
	  copied from
	  CADSYS::CAD$KITS:CADRTL031.a


T.RTitleUserPersonal
Name
DateLines
92.1Qscope V2.1 release noticeCADSYS::GALLAGHERJim Gallagher DTN 225-4075Tue Feb 28 1989 17:52182
		Qscope V021-000  Release notes


	This release of Qscope may be found in CADSYS::CAD$KITS:QSCOPE021.a
	
	You should also upgrade to CADRTL015

	
                        QSCOPE, V2.1 RELEASE NOTES

********************************************************************************
NEW OR CHANGED SYMBOLS:
********************************************************************************

The following Qscope symbols define the starting and ending values of the
independent, dependent, and current scales. 

The defaults for these symbols are 

QSCOPE$$IND_START	:== 0
QSCOPE$$IND_END		:== 5
	
QSCOPE$$DEP_START	:== (size found in the grapes input file)
QSCOPE$$DEP_END		:== (size found in the grapes input file)

QSCOPE$$CUR_START	:== -.002
QSCOPE$$CUR_END		:==  .001

Users may override these values by placing new values in 
their QSCOPE$USERINIT files.

********************************************************************************
DICTIONARY FILES
********************************************************************************

Qscope may now read either the SPICE_INPUT or SPICE_OUTPUT file to
get the dictionary information.

Qscope no longer requires a spice dictionary file to display spice
results. Placing the following symbol definition in the QSCOPE$USERINI
file will override Qscope's reading of the spice dictionary file.

DICTIONARY_EXT :== ?

With this symbol defined, when Qscope is initiated with the VMS QS command,
Qscope will not look for or read a Spice dictionary file. In this manner,
the node functions may be accessed via their node numbers.


********************************************************************************
CHANGED COMMANDS 
********************************************************************************

o  CREATE and MODIFY scale commands now support the /COLOR=<number>
   qualifier.

	Example:

	CREATE SCALE/COLOR=127   VOLTS	! 127= white
	MODIFY SCALE/COLOR=GREEN TIME


********************************************************************************
NEW COMMANDS AND LEXICALS
********************************************************************************


o  COPY FUNC function_name1 function_name2

	COPY FUNC copies one function to another.


	COPY FUNC[/FROM_PORT=<port name>]
                 [/TO_PORT=<port name>]


o  MATH OPERATION  trace-name  + - * /  [X,Y]

   MATH OPERATION performs a basic math operation on a trace in the current
   window.

   trace-name is the name of the specified trace.

   +  -  *  /  specifies one of the basic math operators: addition,
   subtraction, multiplication, division. 

   [X,Y]  specifies the scale-coordinates point where you wish to perform
   the math operation. 


o  TRACE FIT/TOLERANCE trace-name

   Performs a curve fit on a TRACE. Removes all points that are outside the
   range specified by the /TOLERANCE value. Specify the tolerance value in
   whole percents. For example, 

   TRACE FIT/TOLERANCE=11 trace-name

   specifies a tolerance of 11%. You cannot specify fractions (e.g. 11.5%).  

   The default TOLERANCE value is 10%.


o  The ~DEFPRT()  lexical returns the name of the default port.


********************************************************************************
NEW OR CHANGED DEFAULT KEY DEFINITIONS
********************************************************************************

o  The CENTER mouse button may now be used to respond to point requests

o  The RIGHT  mouse button toggles the cursor/set_point tracking menu

o  Key F17 prompts you for values that become new endpoints of the default
   independent scale. 


********************************************************************************
NEW OR CHANGED MENUS
********************************************************************************

o  The CURSOR/SET_POINT tracking menu now starts out NOT displayed. To
   display it, press the right mouse button or type the command
   TOGGLE_CURTRK


********************************************************************************
CHANGES TO MULTIVIEW
********************************************************************************

o  Five new line patterns have been added to the Multiview Versatec handler
   (V041) for ALOE support. You may access these new line patterns by
   specifying line code numbers 16-20. 

o  The problem that caused n� rather than n plot files to print when performing
   plot stripping has been corrected. 

o  The problem outputting back slashes and unbalanced parentheses in PostScript
   fonts has been corrected. 


********************************************************************************
KNOWN PROBLEMS:
********************************************************************************

Currently, the /WINDOW qualified does not work. If you wish to perform an
operation on an object that is located in a window that is not the default
window, you must first make that other window the default. 

This problem is due to an internal design bug that will be fixed in a
future release. We do not believe this problem is serious enough to
delay the release of other new Qscope features.

If you have any comments concerning this or other issues, please refer to the
Qscope notes conference on CADSYS::QSCOPE.


********************************************************************************
DOCUMENTATION
********************************************************************************

You can request a hard copy version of The VAX Qscope User's Guide, V2.1, by
sending mail to CADSYS::DOCUMENTATION. 

There is also a PostScript copy of the User's Guide available from:

                        CADKITS$DOCO:QSCOPE21.POST

The PostScript version of the Qscope User's Guide is 245 pages long and
takes approximately two hours to print.

For your convenience, there is also a text (line printer) version of the
User's Guide that does not take as long to print, but contains no
illustrations.  The text version of the manual is available from:

                        CADKITS$DOCO:QSCOPE21.TXT