TxNbEmissionNode#

class ansys.aedt.core.emit_core.nodes.generated.tx_nb_emission_node.TxNbEmissionNode(emit_obj, result_id, node_id)#

Provide tx nb emission node.

Methods

TxNbEmissionNode.delete()

Delete this node.

TxNbEmissionNode.export_to_csv(file_name)

Export's the data for this node

TxNbEmissionNode.get_is_component()

Check if node is also a component.

TxNbEmissionNode.get_properties([...])

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

TxNbEmissionNode.import_csv_file(file_name)

Import a CSV File....

TxNbEmissionNode.plot()

Bring up a Cartesian plot for this node

TxNbEmissionNode.props_to_dict(props)

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

TxNbEmissionNode.set_properties(properties)

Set multiple node properties simultaneously.

Attributes

TxNbEmissionNode.allowed_child_types

Child types allowed for this node.

TxNbEmissionNode.children

Child nodes of this node.

TxNbEmissionNode.enabled

Enabled state for this node.

TxNbEmissionNode.measurement_frequency

Measurement frequency for the absolute freq/amp pairs.

TxNbEmissionNode.name

Name of the node.

TxNbEmissionNode.narrowband_behavior

Specifies the behavior of the parametric narrowband emissions mask.

TxNbEmissionNode.node_type

The type of this emit node.

TxNbEmissionNode.odesktop

Desktop instance used for version checking.

TxNbEmissionNode.parent

The parent of this emit node.

TxNbEmissionNode.parent_name

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

TxNbEmissionNode.properties

Node properties.

TxNbEmissionNode.table_data

Tx Emissions Profile Table. Table consists of 2 columns. Bandwidth or Frequency: Value should be between 1 and 100e9. Attenuation or Power: Value should be between -1000 and 1000.

TxNbEmissionNode.valid

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

TxNbEmissionNode.warnings

Warnings for the node, if any.