Terminator#

class ansys.aedt.core.emit_core.nodes.generated.terminator.Terminator(emit_obj, result_id, node_id)#

Provide terminator.

Methods

Terminator.delete()

Delete this node.

Terminator.duplicate([new_name])

Duplicate this node.

Terminator.export_to_csv(file_name)

Export's the data for this node

Terminator.get_is_component()

Check if node is also a component.

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

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

Terminator.plot()

Bring up a Cartesian plot for this node

Terminator.props_to_dict(props)

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

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

Set multiple node properties simultaneously.

Attributes

Terminator.allowed_child_types

Child types allowed for this node.

Terminator.children

Child nodes of this node.

Terminator.filename

Name of file defining the Terminator.

Terminator.name

Name of the node.

Terminator.node_type

The type of this emit node.

Terminator.noise_temperature

System Noise temperature (K) of the component.

Terminator.notes

Expand to view/edit notes stored with the project.

Terminator.odesktop

Desktop instance used for version checking.

Terminator.parent_name

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

Terminator.properties

Node properties.

Terminator.table_data

Parametric VSWR Table. Table consists of 3 columns. Min: Value should be between 1 and 100e9. Max: Value should be between 1 and 100e9. VSWR: Value should be between 1 and 100.

Terminator.terminator_type

Terminator Type.

Terminator.valid

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

Terminator.vswr

VSWR.

Terminator.warnings

Warning(s) for this node.