TxHarmonicNode#

class ansys.aedt.core.emit_core.nodes.generated.tx_harmonic_node.TxHarmonicNode(emit_obj, result_id, node_id)#

Provide tx harmonic node.

Methods

TxHarmonicNode.delete()

Delete this node.

TxHarmonicNode.export_to_csv(file_name)

Export's the data for this node

TxHarmonicNode.get_is_component()

Check if node is also a component.

TxHarmonicNode.get_properties([...])

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

TxHarmonicNode.import_csv_file(file_name)

Import a CSV File....

TxHarmonicNode.plot()

Bring up a Cartesian plot for this node

TxHarmonicNode.props_to_dict(props)

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

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

Set multiple node properties simultaneously.

Attributes

TxHarmonicNode.allowed_child_types

Child types allowed for this node.

TxHarmonicNode.children

Child nodes of this node.

TxHarmonicNode.enabled

Enabled state for this node.

TxHarmonicNode.harmonic_table_units

Specifies the units for the Harmonics.

TxHarmonicNode.name

Name of the node.

TxHarmonicNode.node_type

The type of this emit node.

TxHarmonicNode.odesktop

Desktop instance used for version checking.

TxHarmonicNode.parent

The parent of this emit node.

TxHarmonicNode.parent_name

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

TxHarmonicNode.properties

Node properties.

TxHarmonicNode.table_data

Edit Harmonics Table. Table consists of 2 columns. Harmonic: Value should be between 2 and 1000. Power (Relative or Absolute): Value should be between -1000 and 1000.

TxHarmonicNode.valid

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

TxHarmonicNode.warnings

Warnings for the node, if any.