RxMeasNode#

class ansys.aedt.core.emit_core.nodes.generated.rx_meas_node.RxMeasNode(emit_obj, result_id, node_id)#

Provide rx meas node.

Methods

RxMeasNode.delete()

Delete this node.

RxMeasNode.get_is_component()

Check if node is also a component.

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

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

RxMeasNode.props_to_dict(props)

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

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

Set multiple node properties simultaneously.

Attributes

RxMeasNode.allowed_child_types

Child types allowed for this node.

RxMeasNode.children

Child nodes of this node.

RxMeasNode.enabled

Enabled state for this node.

RxMeasNode.exclude_mixer_products_below_noise

Include/Exclude Mixer Products below the noise.

RxMeasNode.file

Name of the measurement source.

RxMeasNode.name

Name of the node.

RxMeasNode.node_type

The type of this emit node.

RxMeasNode.odesktop

Desktop instance used for version checking.

RxMeasNode.parent

The parent of this emit node.

RxMeasNode.parent_name

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

RxMeasNode.properties

Node properties.

RxMeasNode.receive_frequency

Channel associated with the measurement file.

RxMeasNode.valid

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

RxMeasNode.warnings

Warnings for the node, if any.