Description
The PLTSView object represents an opened analysis view.
Use the OpenFile, ImportFile, NewFile, or OpenAnalysisView commands to access the PLTSView object.
Dim pltsapp As Object
Dim pltsDoc As Object
Dim pltsView1 As Object
Set pltsapp = CreateObject("PLTS.Application")
filePath = "C://Program Files//Keysight//PLTS_4.2//data//[DEMO] E8364B 12-port 10MHz-20GHz.dut"
pltsapp.OpenFile filePath, FREQ_SNGL, pltsDoc, pltsView1
(Bold Methods or Properties provide access to a child object)
Methods |
Interface |
Description |
---|---|---|
IPLTSView |
Closes the view |
|
IPLTSView |
Draw the specified plot in the current window. |
|
IPLTSView |
Saves a snapshot of a single plot to a picture file. |
|
IPLTSView |
Saves a view to an image file. |
|
IPLTSView |
Returns results from Eye diagram measurement. |
|
IPLTSView |
Returns the peak-to-peak amplitude value from a recent eye diagram measurement. |
|
IPLTSView |
Gets the plot count. |
|
IPLTSView |
Get the measurements in a plot. |
|
IPLTSView |
Gets the number of traces in one plot. |
|
IPLTSView |
Get the pass/fail test result of one plot. |
|
IPLTSView |
Get title of one plot. |
|
IPLTSView |
Get the trace name of the specified plot. |
|
IPLTSView |
Gets the X-axis data of a trace. |
|
IPLTSView |
Gets the Y-axis data of a trace. |
|
IPLTSView |
Loads a limit line or eye mask file and performs testing. |
|
IPLTSView |
Sets the format for the specified plot. |
|
Properties |
|
Description |
None |
|
|