Description
The PLTSApplication object represents the PLTS application. It is the parent of all of the other objects. This object presents methods and properties that affect the entire PLTS Application.
This object is unique in that you must create this object rather than just get a handle to it.
Dim pltsapp As Object
Set pltsapp = CreateObject("PLTS.Application")
(Bold Methods or Properties provide access to a child object)
Methods |
Interface |
Description |
---|---|---|
IPLTSApplication |
Characterizes two fixture files from one 2x thru file. |
|
IPLTSApplication |
Closes all open files and leaves PLTS open. |
|
IPLTSApplication |
Closes PLTS |
|
IPLTSApplication |
Returns detailed error information. |
|
IPLTSApplication |
Imports a data file and opens a template view. |
|
IPLTSApplication |
Perform a file Import operation. |
|
IPLTSApplication |
Loads an eye diagram bit pattern file |
|
IPLTSApplication |
Load a User Preferences file |
|
IPLTSApplication |
Performs a new measurement and opens a template view. |
|
IPLTSApplication |
Create a new measurement. |
|
IPLTSApplication |
Open an existing DUT file. |
|
IPLTSApplication |
Sets user preferences. |
|
IPLTSApplication |
Perform operations on the PLTS main window. |
|
Properties |
|
Description |
None |
|
|
Interface |
Introduced with PLTS Rev: |
IPLTSApplication |
4.2 |