TxSpectralProfNode#

class ansys.aedt.core.emit_core.nodes.generated.tx_spectral_prof_node.TxSpectralProfNode(emit_obj, result_id, node_id)#

Provide tx spectral prof node.

Methods

TxSpectralProfNode.add_custom_tx_harmonics()

Add Custom Tx Harmonics.

TxSpectralProfNode.add_narrowband_emissions_mask()

Add a Transmitter Narrowband Emission Profile.

TxSpectralProfNode.add_spurious_emissions()

Add Transmitter Spurs.

TxSpectralProfNode.add_tx_broadband_noise_profile()

Add a Transmitter Broadband Emission Profile.

TxSpectralProfNode.export_to_csv([...])

Export's the data for this node

TxSpectralProfNode.get_is_component()

Check if node is also a component.

TxSpectralProfNode.get_properties([...])

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

TxSpectralProfNode.plot(channel_freq)

Bring up a Cartesian plot for this node

TxSpectralProfNode.props_to_dict(props)

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

TxSpectralProfNode.set_properties(properties)

Set multiple node properties simultaneously.

Attributes

TxSpectralProfNode.allowed_child_types

Child types allowed for this node.

TxSpectralProfNode.amplifier_saturation_level

Internal Tx Amplifier's Saturation Level.

TxSpectralProfNode.average_power

Tx's fundamental level specified by average power.

TxSpectralProfNode.children

Child nodes of this node.

TxSpectralProfNode.enable_harmonic_bw_expansion

Enable Harmonic BW Expansion.

TxSpectralProfNode.enabled

Enabled state for this node.

TxSpectralProfNode.harmonic_amplitude

Amplitude (relative to the carrier power) of harmonics.

TxSpectralProfNode.harmonic_intercept

Amplitude intercept at the fundamental (dBc).

TxSpectralProfNode.harmonic_slope

Rate of decrease for harmonics' amplitudes (dB/decade).

TxSpectralProfNode.harmonic_taper

Taper type used to set amplitude of harmonics.

TxSpectralProfNode.include_phase_noise

Include oscillator phase noise in Tx spectral profile.

TxSpectralProfNode.internal_amp_gain

Internal Tx Amplifier's Gain.

TxSpectralProfNode.ip3_ref_input

Internal Tx Amplifier's 3rd order intercept point.

TxSpectralProfNode.max_intermod_order

Internal Tx Amplifier's maximum intermod order to compute.

TxSpectralProfNode.name

Name of the node.

TxSpectralProfNode.node_type

The type of this emit node.

TxSpectralProfNode.noise_figure

Internal Tx Amplifier's noise figure.

TxSpectralProfNode.number_of_harmonics

Maximum number of harmonics modeled.

TxSpectralProfNode.odesktop

Desktop instance used for version checking.

TxSpectralProfNode.other_harmonic_levels

Other Harmonic Levels.

TxSpectralProfNode.p1_db_point_ref_input

P1-dB Point, Ref.

TxSpectralProfNode.parent

The parent of this emit node.

TxSpectralProfNode.parent_name

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

TxSpectralProfNode.peak_power

Tx's carrier frequency peak power.

TxSpectralProfNode.perform_tx_intermod_analysis

Performs a non-linear intermod analysis for the Tx.

TxSpectralProfNode.properties

Node properties.

TxSpectralProfNode.reverse_isolation

Internal Tx Amplifier's Reverse Isolation.

TxSpectralProfNode.second_harmonic_level

Amplitude (relative to the carrier power) of the 2nd harmonic.

TxSpectralProfNode.spectrum_type

Specifies EMI Margins to calculate.

TxSpectralProfNode.third_harmonic_level

Amplitude (relative to the carrier power) of the 3rd harmonic.

TxSpectralProfNode.tx_broadband_noise

Transmitters broadband noise level.

TxSpectralProfNode.tx_power

Method used to specify the power.

TxSpectralProfNode.valid

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

TxSpectralProfNode.warnings

Warnings for the node, if any.