Multiplexer#

class ansys.aedt.core.emit_core.nodes.generated.multiplexer.Multiplexer(emit_obj, result_id, node_id)#

Provide multiplexer.

Methods

Multiplexer.add_multiplexer_pass_band()

Add a New Multiplexer Band to this Multiplexer.

Multiplexer.delete()

Delete this node.

Multiplexer.duplicate([new_name])

Duplicate this node.

Multiplexer.export_to_csv([file_name, ports])

Export's the data for this node

Multiplexer.get_is_component()

Check if node is also a component.

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

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

Multiplexer.plot([ports])

Bring up a Cartesian plot for this node

Multiplexer.props_to_dict(props)

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

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

Set multiple node properties simultaneously.

Attributes

Multiplexer.allowed_child_types

Child types allowed for this node.

Multiplexer.children

Child nodes of this node.

Multiplexer.filename

Name of file defining the multiplexer.

Multiplexer.multiplexer_type

Multiplexer Type.

Multiplexer.name

Name of the node.

Multiplexer.node_type

The type of this emit node.

Multiplexer.noise_temperature

System Noise temperature (K) of the component.

Multiplexer.notes

Expand to view/edit notes stored with the project.

Multiplexer.odesktop

Desktop instance used for version checking.

Multiplexer.parent_name

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

Multiplexer.ports

Assigns the child port nodes to the multiplexers ports.

Multiplexer.properties

Node properties.

Multiplexer.valid

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

Multiplexer.warnings

Warning(s) for this node.