Circulator#

class ansys.aedt.core.emit_core.nodes.generated.circulator.Circulator(emit_obj, result_id, node_id)#

Provide circulator.

Methods

Circulator.delete()

Delete this node.

Circulator.duplicate([new_name])

Duplicate this node.

Circulator.export_to_csv([file_name, ports])

Export's the data for this node

Circulator.get_is_component()

Check if node is also a component.

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

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

Circulator.plot([ports])

Bring up a Cartesian plot for this node

Circulator.props_to_dict(props)

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

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

Set multiple node properties simultaneously.

Attributes

Circulator.allowed_child_types

Child types allowed for this node.

Circulator.children

Child nodes of this node.

Circulator.circulator_type

Circulator Type.

Circulator.filename

Name of file defining the Isolator/Circulator.

Circulator.finite_bandwidth

Finite Bandwidth.

Circulator.finite_reverse_isolation

Finite Reverse Isolation.

Circulator.higher_cutoff

Higher cutoff frequency.

Circulator.higher_stop_band

Higher stop band frequency.

Circulator.insertion_loss

Circulator in-band loss in forward direction.

Circulator.lower_cutoff

Lower cutoff frequency.

Circulator.lower_stop_band

Lower stop band frequency.

Circulator.name

Name of the node.

Circulator.node_type

The type of this emit node.

Circulator.noise_temperature

System Noise temperature (K) of the component.

Circulator.notes

Expand to view/edit notes stored with the project.

Circulator.odesktop

Desktop instance used for version checking.

Circulator.out_of_band_attenuation

Out-of-band loss (attenuation).

Circulator.parent_name

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

Circulator.properties

Node properties.

Circulator.reverse_isolation

Circulator reverse isolation (i.e., loss in the reverse direction).

Circulator.valid

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

Circulator.warnings

Warning(s) for this node.