ResultPlotNode#

class ansys.aedt.core.emit_core.nodes.generated.result_plot_node.ResultPlotNode(emit_obj, result_id, node_id)#

Provide result plot node.

Methods

ResultPlotNode.get_is_component()

Check if node is also a component.

ResultPlotNode.get_properties([...])

Get all of a node's properties in a single API call.

ResultPlotNode.props_to_dict(props)

Converts a list of key/value pairs to a dictionary.

ResultPlotNode.set_properties(properties[, ...])

Set multiple node properties simultaneously.

Attributes

ResultPlotNode.allowed_child_types

Child types allowed for this node.

ResultPlotNode.axis_label_font

Configure axis text labels font family, typeface, and size.

ResultPlotNode.axis_tick_label_font

Configure axis tick numeric labels font family, typeface, and size.

ResultPlotNode.background_color

Set background color of entire plot.

ResultPlotNode.bb_power_bandwidth

Resolution bandwidth for broadband power.

ResultPlotNode.bb_power_for_plots_unit

Units to use for plotting broadband power densities.

ResultPlotNode.children

Child nodes of this node.

ResultPlotNode.legend_font

Configure legend font family, typeface, and size.

ResultPlotNode.lock_axes

Lock Axes.

ResultPlotNode.log_scale

Toggles on/off using a log scale for the X-Axis.

ResultPlotNode.major_grid_color

Set color of major-tick grid lines.

ResultPlotNode.major_grid_line_style

Select line style of major-tick grid lines.

ResultPlotNode.max_major_ticks_x

Max Major Ticks X.

ResultPlotNode.max_major_ticks_y

Max Major Ticks Y.

ResultPlotNode.max_minor_ticks_x

Max Minor Ticks X.

ResultPlotNode.max_minor_ticks_y

Max Minor Ticks Y.

ResultPlotNode.minor_grid_color

Set color of minor-tick grid lines.

ResultPlotNode.minor_grid_line_style

Select line style of minor-tick grid lines.

ResultPlotNode.name

Name of the node.

ResultPlotNode.node_type

The type of this emit node.

ResultPlotNode.odesktop

Desktop instance used for version checking.

ResultPlotNode.parent_name

Full node name of the parent node including the entire tree structure

ResultPlotNode.properties

Node properties.

ResultPlotNode.show_emi_thresholds

Toggles on/off visibility of the EMI Thresholds.

ResultPlotNode.show_legend

Toggle (on/off) display of plot legend.

ResultPlotNode.title

Enter title at the top of the plot, room will be made for it.

ResultPlotNode.title_font

Configure title font family, typeface, and size.

ResultPlotNode.valid

Indicates if this object is still valid (not detached from EMIT node).

ResultPlotNode.warnings

Warnings for the node, if any.

ResultPlotNode.x_axis_max

Set upper extent of horizontal axis.

ResultPlotNode.x_axis_min

Set lower extent of horizontal axis.

ResultPlotNode.y_axis_max

Set upper extent of vertical axis.

ResultPlotNode.y_axis_min

Set lower extent of vertical axis.