User`s guide
Cascade Method - This method cascades all the child views inside the main window frame.
Syntax
AppObj.Cascade
AppObj is the required GigaView Application Object.
Example
Dim Visi
Set Visi = CreateObject ("Visi.Application")
Visi.New ("Histogram")
Visi.New ("Oscilloscope")
Visi.Cascade
Clear Method - This method clears any data and plots associated with the current tool.
Syntax
AppObj.Clear
AppObj is the required GigaView Application Object.
Example
Dim Visi
Set Visi = CreateObject ("Visi.Application")
Visi.New ("Histogram")
Visi.SingleStop
Visi.Clear
Close Method - This method closes the current view. If this is the only view associated with the current tool, the tool
will be closed.
Syntax
AppObj.Close
AppObj is the required GigaView Application Object.
Example
Dim Visi
Set Visi = CreateObject ("Visi.Application")
Visi.New ("Histogram")
Visi.Close
Copy Method - This method copies the contents of the current view to the Windows clipboard.
Syntax
AppObj.Copy
AppObj is the required GigaView Application Object.
Example
Dim Visi
Set Visi = CreateObject ("Visi.Application")
Visi.New ("Histogram")
Visi.SingleStop
Visi.Copy
Appendix A
©
WAVECREST Corporation 2005
270










