TR_Switch#

class ansys.aedt.core.emit_core.nodes.generated.tr_switch.TR_Switch(emit_obj, result_id, node_id)#

Provide tr switch.

Methods

TR_Switch.delete()

Delete this node.

TR_Switch.duplicate([new_name])

Duplicate this node.

TR_Switch.export_to_csv([file_name, ports])

Export's the data for this node

TR_Switch.get_is_component()

Check if node is also a component.

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

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

TR_Switch.plot([ports])

Bring up a Cartesian plot for this node

TR_Switch.props_to_dict(props)

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

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

Set multiple node properties simultaneously.

Attributes

TR_Switch.allowed_child_types

Child types allowed for this node.

TR_Switch.children

Child nodes of this node.

TR_Switch.finite_bandwidth

Finite Bandwidth.

TR_Switch.finite_isolation

Finite Isolation.

TR_Switch.higher_cutoff

Higher cutoff frequency.

TR_Switch.higher_stop_band

Higher stop band frequency.

TR_Switch.insertion_loss

TR Switch in-band loss in forward direction.

TR_Switch.isolation

TR Switch reverse isolation (i.e., loss between the Tx/Rx ports).

TR_Switch.lower_cutoff

Lower cutoff frequency.

TR_Switch.lower_stop_band

Lower stop band frequency.

TR_Switch.name

Name of the node.

TR_Switch.node_type

The type of this emit node.

TR_Switch.noise_temperature

System Noise temperature (K) of the component.

TR_Switch.notes

Expand to view/edit notes stored with the project.

TR_Switch.odesktop

Desktop instance used for version checking.

TR_Switch.out_of_band_attenuation

Out-of-band loss (attenuation).

TR_Switch.parent_name

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

TR_Switch.properties

Node properties.

TR_Switch.valid

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

TR_Switch.warnings

Warnings for the node, if any.