Isolator#

class ansys.aedt.core.emit_core.nodes.generated.isolator.Isolator(emit_obj, result_id, node_id)#

Provide isolator.

Methods

Isolator.delete()

Delete this node.

Isolator.duplicate([new_name])

Duplicate this node.

Isolator.export_to_csv([file_name, ports])

Export's the data for this node

Isolator.get_is_component()

Check if node is also a component.

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

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

Isolator.plot([ports])

Bring up a Cartesian plot for this node

Isolator.props_to_dict(props)

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

Isolator.set_properties(properties[, skipChecks])

Set multiple node properties simultaneously.

Attributes

Isolator.allowed_child_types

Child types allowed for this node.

Isolator.children

Child nodes of this node.

Isolator.filename

Name of file defining the outboard component.

Isolator.finite_bandwidth

Finite Bandwidth.

Isolator.finite_reverse_isolation

Finite Reverse Isolation.

Isolator.higher_cutoff

Higher cutoff frequency.

Isolator.higher_stop_band

Higher stop band frequency.

Isolator.insertion_loss

Isolator in-band loss in forward direction.

Isolator.isolator_type

Isolator Type.

Isolator.lower_cutoff

Lower cutoff frequency.

Isolator.lower_stop_band

Lower stop band frequency.

Isolator.name

Name of the node.

Isolator.node_type

The type of this emit node.

Isolator.noise_temperature

System Noise temperature (K) of the component.

Isolator.notes

Expand to view/edit notes stored with the project.

Isolator.odesktop

Desktop instance used for version checking.

Isolator.out_of_band_attenuation

Out-of-band loss (attenuation).

Isolator.parent_name

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

Isolator.properties

Node properties.

Isolator.reverse_isolation

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

Isolator.valid

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

Isolator.warnings

Warning(s) for this node.