plots

Unless otherwise specified, data names are accessible in level 3 only.

activesuppressed
Returns non-zero if the entity is set inactive, 0 otherwise.
Type: integer
attributesmax
The number of attributes owned by this entity.
Type: unsigned integer
axistitlecolor
The color of the axis title.
Type: integer
axistitlefont
The font used for the axis title, 1-4.
Type: integer
bordercolor
The color of the plot border.
Type: integer
bordermargin
The margin between the border and the plot axis.
Type: double
borderon
1 if the plot border is on, 0 otherwise.
Type: integer
borderwidth
The width of the plot border.
Type: double
borderxmax
The x value of the lower right plot window corner.
Type: double
borderxmin
The x value of the upper left plot window corner.
Type: double
borderymax
The y value of the lower right plot window corner.
Type: double
borderymin
The y value of the upper left plot window corner.
Type: double
curves
Pointer to the plot curves.
Type: pointer
curveslist
The list of curve IDs in the plot. Valid for hm_getvalue query only.
Type: entity array
definedentity
True if the entity is defined, false otherwise.
Type: Boolean
depth
The depth of the plot when multiple plots are layered on the display.
Type: string
extended
1 for an extended (dual) plot, 0 otherwise.
Type: integer
gridcolor
The color of the grid lines.
Type: integer
gridlines
1 if the grid lines are displayed, 0 otherwise.
Type: integer
gridwidth
The width of the grid lines.
Type: double
gridxincrement
The increment of the grid lines on the x axis.
Type: double
gridxlabel
The grid x axis frequency.
Type: integer
gridyincrement
The increment of the grid lines on the y axis.
Type: double
gridylabel
The grid y axis frequency.
Type: integer
id
The ID of the entity.
Type: unsigned integer
include
The ID of the include file the entity is organized in.
Type: entity
includeid
The ID of the include file the entity is organized in.
Type: unsigned integer
internalid
The ID of the entity.
Type: unsigned integer
label
The label of the plot.
Type: string
labelcolor
The color of the plot label.
Type: integer
labelfont
The plot label font, 1-4.
Type: integer
labelscolor
The color of the grid labels/tics.
Type: integer
labelsfont
The grid labels font, 1-4.
Type: integer
labelsformat
The format of the grid labels.
Type: integer
labelsplaces
The width of the label field.
Type: double
legendfont
The font of the legend, 1-4.
Type: integer
legendidson
1 if the IDs are shown in the legend, 0 otherwise.
Type: integer
legendon
1 if the legend is displayed, 0 otherwise.
Type: integer
legendxloc
The x location of the legend.
Type: double
legendyloc
The y location of the legend.
Type: double
margin
The margin between the labels and the grid lines.
Type: integer
maxdivisions
The maximum number of divisions allowed.
Type: integer
mindivisions
The minimum number of divisions allowed.
Type: integer
mode
Returns the type of complex plot. Only valid if extended returns 1.
2 - Real/imaginary plot
5 - Phase/magnitude plot
Type: integer
name
The name of the entity.
Type: string
numberofcurves
The number of curves on the plot.
Type: integer
outputsuppressed
Returns non-zero if the entity is set "do not export", 0 otherwise.
Type: integer
solverkeyword
The name of the solver keyword.
Type: string
subtitle
The subtitle text of the plot.
Type: string
subtitlecolor
The color of the plot subtitle.
Type: integer
subtitlefont
The font of the plot subtitle, 1-4.
Type: integer
title
The title text of the plot.
Type: string
titlecolor
The color of the plot title.
Type: integer
titlefont
The font of the plot title, 1-4.
Type: integer
type
The type of plot.
Type: unsigned integer
vonmises
Flags a plot as complex von Mises.
Type: integer array
xaxisdynamicrange
The dynamic range for (x, y) axis offset.
Type: integer
xaxisformat
The x axis format.
a - Auto
f - Fixed
e - Exponential
Type: string
xaxisgrids
The number of grid lines per decade for the x axis.
Type: integer
xaxislabel
The text label on the x axis.
Type: string
xaxistics
The number of grid lines per decade for the x axis.
Type: integer
xaxistitle
The text title on the x axis.
Type: string
xaxistype
The type of the x axis.
0 - Linear
1 - Log
2 - Decibel
Type: unsigned integer
xmax
The x value of the upper right plot axis range.
Type: double
xmin
The x value of the loser left plot axis range.
Type: double
yaxisdynamicrange
The dynamic range for (x, y) axis offset.
Type: integer
yaxisformat
The y axis format.
a - Auto
f - Fixed
e - Exponential
Type: string
yaxisgrids
The number of grid lines per decade for the y axis.
Type: integer
yaxislabel
The text label on the y axis.
Type: string
yaxistics
The number of grid lines per decade for the y axis.
Type: integer
yaxistitle
The text title on the y axis.
Type: string
yaxistype
The type of the y axis.
0 - Linear
1 - Log
2 - Decibel
Type: unsigned integer
ymax
The y value of the upper right plot axis range.
Type: double
ymin
The y value of the loser left plot axis range.
Type: double

Version History

2020 - Added new data name depth.

2020.1 - Added new data name solverkeyword.