User`s guide
NewWindow Method - This method can be used to create an additional view of the current tool.
Syntax
AppObj.NewWindow
AppObj is the required GigaView Application Object.
Example
Dim Visi
Set Visi = CreateObject ("Visi.Application")
Visi.New ("Histogram")
Visi.NewWindow
Open Method - This method can be used to open a previously saved tool.
Syntax
AppObj.Open(ToolPath)
AppObj is the required GigaView Application Object.
ToolPath is a required String variable that contains the path to the tool to be opened.
Example
Dim Visi
Set Visi = CreateObject ("Visi.Application")
Visi.Open ("C:\Visi\Oscilloscope1.vtd")
Options Method - This method can be used to select which Dialog Bar menu is displayed.
Syntax
AppObj.Options Page
AppObj is the required GigaView Application Object.
Page is a required Numeric variable that contains the number of the page (1-N) to be displayed.
Example
Dim Visi
Set Visi = CreateObject ("Visi.Application")
Visi.New ("Histogram")
Visi.Options 2
Overlay Method - This method can be used to select the number of overlays to be displayed.
Syntax
AppObj.Overlay Count
AppObj is the required GigaView Application Object.
Count is a required Numeric variable that contains the number of overlays (0, 1, 2, 4, or 8) to be displayed.
Example
Dim Visi
Set Visi = CreateObject ("Visi.Application")
Visi.New ("Histogram")
Visi.Overlay 4
PulseFind Method - Issues the PulseFind command to the current tool.
Syntax
AppObj.PulseFind
AppObj is the required GigaView Application Object.
Example
Dim Visi
Set Visi = CreateObject ("Visi.Application")
Visi.New ("Histogram")
Visi.PulseFind
Appendix A
©
WAVECREST Corporation 2005
276










