RxSpurNode#

class ansys.aedt.core.emit_core.nodes.generated.rx_spur_node.RxSpurNode(emit_obj, result_id, node_id)#

Provide rx spur node.

Methods

RxSpurNode.delete()

Delete this node.

RxSpurNode.export_to_csv(file_name)

Export's the data for this node

RxSpurNode.get_is_component()

Check if node is also a component.

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

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

RxSpurNode.import_csv_file(file_name)

Import a CSV File....

RxSpurNode.plot()

Bring up a Cartesian plot for this node

RxSpurNode.props_to_dict(props)

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

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

Set multiple node properties simultaneously.

Attributes

RxSpurNode.allowed_child_types

Child types allowed for this node.

RxSpurNode.children

Child nodes of this node.

RxSpurNode.enabled

Enabled state for this node.

RxSpurNode.name

Name of the node.

RxSpurNode.node_type

The type of this emit node.

RxSpurNode.odesktop

Desktop instance used for version checking.

RxSpurNode.parent

The parent of this emit node.

RxSpurNode.parent_name

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

RxSpurNode.properties

Node properties.

RxSpurNode.spur_table_units

Specifies the units for the Spurs.

RxSpurNode.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.

RxSpurNode.valid

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

RxSpurNode.warnings

Warnings for the node, if any.