TxMeasNode#

class ansys.aedt.core.emit_core.nodes.generated.tx_meas_node.TxMeasNode(emit_obj, result_id, node_id)#

Provide tx meas node.

Methods

TxMeasNode.delete()

Delete this node.

TxMeasNode.get_is_component()

Check if node is also a component.

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

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

TxMeasNode.props_to_dict(props)

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

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

Set multiple node properties simultaneously.

Attributes

TxMeasNode.allowed_child_types

Child types allowed for this node.

TxMeasNode.children

Child nodes of this node.

TxMeasNode.enabled

Enabled state for this node.

TxMeasNode.exclude_harmonics_below_noise

Include/Exclude Harmonics below the noise.

TxMeasNode.file

Name of the measurement source.

TxMeasNode.name

Name of the node.

TxMeasNode.node_type

The type of this emit node.

TxMeasNode.odesktop

Desktop instance used for version checking.

TxMeasNode.parent

The parent of this emit node.

TxMeasNode.parent_name

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

TxMeasNode.properties

Node properties.

TxMeasNode.transmit_frequency

Channel associated with the measurement file.

TxMeasNode.valid

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

TxMeasNode.warnings

Warnings for the node, if any.