RxSaturationNode#

class ansys.aedt.core.emit_core.nodes.generated.rx_saturation_node.RxSaturationNode(emit_obj, result_id, node_id)#

Provide rx saturation node.

Methods

RxSaturationNode.delete()

Delete this node.

RxSaturationNode.export_to_csv(file_name)

Export's the data for this node

RxSaturationNode.get_is_component()

Check if node is also a component.

RxSaturationNode.get_properties([...])

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

RxSaturationNode.import_csv_file(file_name)

Import a CSV File....

RxSaturationNode.plot()

Bring up a Cartesian plot for this node

RxSaturationNode.props_to_dict(props)

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

RxSaturationNode.set_properties(properties)

Set multiple node properties simultaneously.

Attributes

RxSaturationNode.allowed_child_types

Child types allowed for this node.

RxSaturationNode.children

Child nodes of this node.

RxSaturationNode.enabled

Enabled state for this node.

RxSaturationNode.name

Name of the node.

RxSaturationNode.node_type

The type of this emit node.

RxSaturationNode.odesktop

Desktop instance used for version checking.

RxSaturationNode.parent

The parent of this emit node.

RxSaturationNode.parent_name

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

RxSaturationNode.properties

Node properties.

RxSaturationNode.table_data

Rx Saturation Profile Table. Table consists of 2 columns. Frequency: Value should be between 1 and 100e9. Amplitude: Value should be between -1000 and 1000.

RxSaturationNode.valid

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

RxSaturationNode.warnings

Warnings for the node, if any.