TxBbEmissionNode#

class ansys.aedt.core.emit_core.nodes.generated.tx_bb_emission_node.TxBbEmissionNode(emit_obj, result_id, node_id)#

Provide tx bb emission node.

Methods

TxBbEmissionNode.delete()

Delete this node.

TxBbEmissionNode.export_to_csv(file_name)

Export's the data for this node

TxBbEmissionNode.get_is_component()

Check if node is also a component.

TxBbEmissionNode.get_properties([...])

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

TxBbEmissionNode.import_csv_file(file_name)

Import a CSV File....

TxBbEmissionNode.plot()

Bring up a Cartesian plot for this node

TxBbEmissionNode.props_to_dict(props)

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

TxBbEmissionNode.set_properties(properties)

Set multiple node properties simultaneously.

Attributes

TxBbEmissionNode.allowed_child_types

Child types allowed for this node.

TxBbEmissionNode.children

Child nodes of this node.

TxBbEmissionNode.enabled

Enabled state for this node.

TxBbEmissionNode.name

Name of the node.

TxBbEmissionNode.node_type

The type of this emit node.

TxBbEmissionNode.noise_behavior

Specifies the behavior of the parametric noise profile.

TxBbEmissionNode.odesktop

Desktop instance used for version checking.

TxBbEmissionNode.parent

The parent of this emit node.

TxBbEmissionNode.parent_name

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

TxBbEmissionNode.properties

Node properties.

TxBbEmissionNode.table_data

Tx Broadband Noise Profile Table. Table consists of 2 columns. Frequency, Bandwidth, or Offset: Value should be between -100e9 and 100e9. Amplitude: Value should be between -1000 and 200.

TxBbEmissionNode.use_log_linear_interpolation

Use Log-Linear Interpolation.

TxBbEmissionNode.valid

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

TxBbEmissionNode.warnings

Warnings for the node, if any.