Cable#

class ansys.aedt.core.emit_core.nodes.generated.cable.Cable(emit_obj, result_id, node_id)#

Provide cable.

Methods

Cable.delete()

Delete this node.

Cable.duplicate([new_name])

Duplicate this node.

Cable.export_to_csv(file_name)

Export's the data for this node

Cable.get_is_component()

Check if node is also a component.

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

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

Cable.plot()

Bring up a Cartesian plot for this node

Cable.props_to_dict(props)

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

Cable.set_properties(properties[, skipChecks])

Set multiple node properties simultaneously.

Attributes

Cable.allowed_child_types

Child types allowed for this node.

Cable.cable_type

Cable Type.

Cable.children

Child nodes of this node.

Cable.dielectric_loss_constant

Coaxial cable dielectric loss constant.

Cable.filename

Name of file defining the outboard component.

Cable.length

Length of cable.

Cable.loss_per_length

Cable loss per unit length (dB/meter).

Cable.measurement_length

Length of the cable used for the measurements.

Cable.name

Name of the node.

Cable.node_type

The type of this emit node.

Cable.noise_temperature

System Noise temperature (K) of the component.

Cable.notes

Expand to view/edit notes stored with the project.

Cable.odesktop

Desktop instance used for version checking.

Cable.parent_name

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

Cable.properties

Node properties.

Cable.resistive_loss_constant

Coaxial cable resistive loss constant.

Cable.valid

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

Cable.warnings

Warning(s) for this node.