TxSpurNode#

class ansys.aedt.core.emit_core.nodes.generated.tx_spur_node.TxSpurNode(emit_obj, result_id, node_id)#

Provide tx spur node.

Methods

TxSpurNode.delete()

Delete this node.

TxSpurNode.export_to_csv(file_name)

Export's the data for this node

TxSpurNode.get_is_component()

Check if node is also a component.

TxSpurNode.get_properties([property_names, ...])

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

TxSpurNode.import_csv_file(file_name)

Import a CSV File....

TxSpurNode.plot()

Bring up a Cartesian plot for this node

TxSpurNode.props_to_dict(props)

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

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

Set multiple node properties simultaneously.

Attributes

TxSpurNode.allowed_child_types

Child types allowed for this node.

TxSpurNode.children

Child nodes of this node.

TxSpurNode.enabled

Enabled state for this node.

TxSpurNode.name

Name of the node.

TxSpurNode.node_type

The type of this emit node.

TxSpurNode.odesktop

Desktop instance used for version checking.

TxSpurNode.parent

The parent of this emit node.

TxSpurNode.parent_name

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

TxSpurNode.properties

Node properties.

TxSpurNode.spur_table_units

Specifies the units for the Spurs.

TxSpurNode.table_data

Spurs Table. Table consists of 3 columns. Frequency (MHz): Value should be a mathematical expression. Bandwidth: Value should be greater than 1.0. Power: Value should be between -200.0 and 150.0.

TxSpurNode.valid

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

TxSpurNode.warnings

Warnings for the node, if any.