PLTSView Object


Description

The PLTSView object represents an opened analysis view.

Accessing the PLTSView object

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

See Also:

(Bold Methods or Properties provide access to a child object)

Methods

Interface

Description

Close Method

IPLTSView

Closes the view

DrawPlot

IPLTSView

Draw the specified plot in the current window.

ExportPlot

IPLTSView

Saves a snapshot of a single plot to a picture file.

ExportPlots Method

IPLTSView

Saves a view to an image file.

GetEyeMeasureResult

IPLTSView

Returns results from Eye diagram measurement.

GetEyePeak2PeakAmplitude

IPLTSView

Returns the peak-to-peak amplitude value from a recent eye diagram measurement.

GetNumberOfPlots

IPLTSView

Gets the plot count.

GetPlotMeasurements

IPLTSView

Get the measurements in a plot.

GetPlotNumberOfTraces

IPLTSView

Gets the number of traces in one plot.

GetPlotPassFail

IPLTSView

Get the pass/fail test result of one plot.

GetPlotTitle

IPLTSView

Get title of one plot.

GetPlotTraceName

IPLTSView

Get the trace name of the specified plot.

GetPlotTraceXData

IPLTSView

Gets the X-axis data of a trace.

GetPlotTraceYData

IPLTSView

Gets the Y-axis data of a trace.

LoadLimitGroup

IPLTSView

Loads a limit line or eye mask file and performs testing.

SetPlotFormat Method

IPLTSView

Sets the format for the specified plot.

Properties

 

Description

None