User`s guide
DialogBar Method - This method can be used to hide or show the Dialog Bar which is used to modify
tool parameters.
Syntax
AppObj.DialogBar(Show)
AppObj is the required GigaView Application Object.
Show is the required Boolean variable indicating whether the DialogBar should be shown or not.
Example
Dim Visi
Set Visi = CreateObject ("Visi.Application")
Visi.New ("Histogram")
Visi.DialogBar(False)
DisableAll Method - This method can be used to cancel measurements being taken on any active tools, and to
disable outputs on a Jitter Generator if connected and active.
Syntax
AppObj.DisableAll
AppObj is the required GigaView Application Object.
Example
Dim Visi
Set Visi = CreateObject ("Visi.Application")
Visi.New ("Histogram")
Visi.SingleStop
Visi.DisableAll
Exit Method - This method can be used to terminate the GigaView application. Measurements being taken on an
active tool are canceled, the outputs to an active Jitter Generator are disabled, and all tools are closed prior
to termination.
Syntax
AppObj.Exit
AppObj is the required GigaView Application Object.
Example
Dim Visi
Set Visi = CreateObject ("Visi.Application")
Visi.New ("Histogram")
Visi.SingleStop
Visi.Exit
FftInDbs Method - This method can be used to determine whether FFT y-axis information in the current view will
be displayed on a linear scale or on a logarithmic scale (dB’s).
Syntax
AppObj.FftInDbs(Decibels)
AppObj is the required GigaView Application Object.
Decibels is the required Boolean variable indicating whether the current view should be shown in decibels.
Example
Dim Visi
Set Visi = CreateObject ("Visi.Application")
Visi.New ("dataCOM")
Visi.FftInDbs(True)
©
WAVECREST Corporation 2005
Appendix A
271










