MultiplexerBand#

class ansys.aedt.core.emit_core.nodes.generated.multiplexer_band.MultiplexerBand(emit_obj, result_id, node_id)#

Provide multiplexer band.

Methods

MultiplexerBand.delete()

Delete this node.

MultiplexerBand.duplicate([new_name])

Duplicate this node.

MultiplexerBand.export_to_csv(file_name)

Export's the data for this node

MultiplexerBand.get_is_component()

Check if node is also a component.

MultiplexerBand.get_properties([...])

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

MultiplexerBand.plot()

Bring up a Cartesian plot for this node

MultiplexerBand.props_to_dict(props)

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

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

Set multiple node properties simultaneously.

Attributes

MultiplexerBand.allowed_child_types

Child types allowed for this node.

MultiplexerBand.children

Child nodes of this node.

MultiplexerBand.filename

Name of file defining the multiplexer band.

MultiplexerBand.higher_cutoff

Higher cutoff frequency.

MultiplexerBand.higher_stop_band

Higher stop band frequency.

MultiplexerBand.insertion_loss

Multiplexer pass band insertion loss.

MultiplexerBand.lower_cutoff

Lower cutoff frequency.

MultiplexerBand.lower_stop_band

Lower stop band frequency.

MultiplexerBand.max_pass_band

Maximum pass band frequency.

MultiplexerBand.max_stop_band

Maximum stop band frequency.

MultiplexerBand.min_pass_band

Minimum pass band frequency.

MultiplexerBand.min_stop_band

Minimum stop band frequency.

MultiplexerBand.name

Name of the node.

MultiplexerBand.node_type

The type of this emit node.

MultiplexerBand.odesktop

Desktop instance used for version checking.

MultiplexerBand.parent

The parent of this emit node.

MultiplexerBand.parent_name

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

MultiplexerBand.passband_type

Passband Type.

MultiplexerBand.properties

Node properties.

MultiplexerBand.stop_band_attenuation

Stop-band loss (attenuation).

MultiplexerBand.valid

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

MultiplexerBand.warnings

Warning(s) for this node.