Amplifier#

class ansys.aedt.core.emit_core.nodes.generated.amplifier.Amplifier(emit_obj, result_id, node_id)#

Provide amplifier.

Methods

Amplifier.delete()

Delete this node.

Amplifier.duplicate([new_name])

Duplicate this node.

Amplifier.export_to_csv([file_name, amp_props])

Export's the data for this node

Amplifier.get_is_component()

Check if node is also a component.

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

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

Amplifier.plot([amp_props])

Bring up a Cartesian plot for this node

Amplifier.props_to_dict(props)

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

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

Set multiple node properties simultaneously.

Attributes

Amplifier.allowed_child_types

Child types allowed for this node.

Amplifier.bandwidth

Frequency region where the gain applies.

Amplifier.center_frequency

Center frequency of amplifiers operational bandwidth.

Amplifier.children

Child nodes of this node.

Amplifier.gain

Amplifier in-band gain.

Amplifier.ip3_ref_input

3rd order intercept point.

Amplifier.max_intermod_order

Maximum order of intermods to compute.

Amplifier.name

Name of the node.

Amplifier.node_type

The type of this emit node.

Amplifier.noise_figure

Amplifier noise figure.

Amplifier.noise_temperature

System Noise temperature (K) of the component.

Amplifier.notes

Expand to view/edit notes stored with the project.

Amplifier.odesktop

Desktop instance used for version checking.

Amplifier.p1_db_point_ref_input

Incoming signals > this value saturate the amplifier.

Amplifier.parent_name

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

Amplifier.properties

Node properties.

Amplifier.reverse_isolation

Amplifier reverse isolation.

Amplifier.saturation_level

Saturation level.

Amplifier.shape_factor

Ratio defining the selectivity of the amplifier.

Amplifier.table_data

Harmonic Intercept Points, Ref. Input Table. Table consists of 2 columns. Harmonic: Value should be between 2 and 20. Intercept Point: Value should be between -1000 and 1000.

Amplifier.valid

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

Amplifier.warnings

Warnings for the node, if any.