Write-only |
About PLTS Format |
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:
For Frequency Domain, choose from:
|
Return Type |
None |
Default |
None |
Examples |
pltsView.SetPlotFormat "TDD21", "STEP_VOLTS_CM" |
C++ Syntax |
HRESULT SetPlotFormat(BSTR plotName, BSTR format); |
Interface |
IPLTSView |