Write-only
About PLTS Format

SetPlotFormat Method


Description

Set the format for the plot.

 VB Syntax

pltsView.SetPlotFormat plot, format

Variable

(Type) - Description

pltsView

(object) - A PLTSView object

plot

(String) Title of the plot in which format is to be changed. Specify "ALL" to change all plots to specified format.

format

(String) Format for specified plot.

For Time Domain, choose from:

  • "IMPULSE_VOLTS_NS"

  • "IMPULSE_REAL_NS"

  • "IMPULSE_LOGMAG_NS"

  • "IMPULSE_VOLTS_CM"

  • "IMPULSE_REAL_CM"

  • "IMPULSE_LOGMAG_CM"

  • "STEP_VOLTS_NS"

  • "STEP_REAL_NS"

  • "STEP_LOGMAG_NS"

  • "STEP_IMPEDANCE_NS"

  • "STEP_VOLTS_CM"

  • "STEP_REAL_CM"

  • "STEP_LOGMAG_CM"

  • "STEP_IMPEDANCE_CM"

For Frequency Domain, choose from:

  • "LOGMAG"

  • "LINMAG"

  • "PHASE"

  • "PHASEUNWRAP"

  • "GRPDELAY"

  • "SMITH"

  • "POLAR"

  • "REAL"

  • "IMAG"

  • "VSWR" (SWR)

  • "IMPER" (Impedance Real)

  • "IMPEI"  (Impedance Imaginary)

Return Type

None

Default

None

Examples

pltsView.SetPlotFormat "TDD21", "STEP_VOLTS_CM"

C++ Syntax

HRESULT SetPlotFormat(BSTR plotName, BSTR format);

Interface

IPLTSView