RxSelectivityNode#

class ansys.aedt.core.emit_core.nodes.generated.rx_selectivity_node.RxSelectivityNode(emit_obj, result_id, node_id)#

Provide rx selectivity node.

Methods

RxSelectivityNode.delete()

Delete this node.

RxSelectivityNode.export_to_csv(file_name)

Export's the data for this node

RxSelectivityNode.get_is_component()

Check if node is also a component.

RxSelectivityNode.get_properties([...])

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

RxSelectivityNode.import_csv_file(file_name)

Import a CSV File....

RxSelectivityNode.plot()

Bring up a Cartesian plot for this node

RxSelectivityNode.props_to_dict(props)

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

RxSelectivityNode.set_properties(properties)

Set multiple node properties simultaneously.

Attributes

RxSelectivityNode.allowed_child_types

Child types allowed for this node.

RxSelectivityNode.children

Child nodes of this node.

RxSelectivityNode.enabled

Enabled state for this node.

RxSelectivityNode.name

Name of the node.

RxSelectivityNode.node_type

The type of this emit node.

RxSelectivityNode.odesktop

Desktop instance used for version checking.

RxSelectivityNode.parent

The parent of this emit node.

RxSelectivityNode.parent_name

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

RxSelectivityNode.properties

Node properties.

RxSelectivityNode.table_data

Rx Selectivity Table. Table consists of 2 columns. Bandwidth: Value should be between 0 and 100e9. Attenuation: Value should be between -200 and 1000.

RxSelectivityNode.use_arithmetic_mean

Use Arithmetic Mean.

RxSelectivityNode.valid

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

RxSelectivityNode.warnings

Warnings for the node, if any.