SamplingNode#

class ansys.aedt.core.emit_core.nodes.generated.sampling_node.SamplingNode(emit_obj, result_id, node_id)#

Provide sampling node.

Methods

SamplingNode.get_is_component()

Check if node is also a component.

SamplingNode.get_properties([...])

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

SamplingNode.props_to_dict(props)

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

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

Set multiple node properties simultaneously.

Attributes

SamplingNode.allowed_child_types

Child types allowed for this node.

SamplingNode.children

Child nodes of this node.

SamplingNode.max_channels_range_band

Maximum number of Band Channels to simulate.

SamplingNode.name

Name of the node.

SamplingNode.node_type

The type of this emit node.

SamplingNode.odesktop

Desktop instance used for version checking.

SamplingNode.parent

The parent of this emit node.

SamplingNode.parent_name

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

SamplingNode.percentage_of_channels

Percentage of the Band Channels to simulate.

SamplingNode.properties

Node properties.

SamplingNode.sampling_type

Sampling to apply to this configuration.

SamplingNode.seed

Seed for random channel generator.

SamplingNode.specify_percentage

Specify Percentage.

SamplingNode.table_data

Frequency Ranges Table. Table consists of 2 columns. Min: Value should be between 1.0 and 100e9. Max: Value should be between 1.0 and 100e9.

SamplingNode.total_rx_channels

Total Rx Channels.

SamplingNode.total_tx_channels

Total Tx Channels.

SamplingNode.valid

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

SamplingNode.warnings

Warning(s) for this node.