total_tx_channels#
- property SamplingNode.total_tx_channels: int#
Total Tx Channels.
Total number of transmit channels this configuration is capable of operating on.
Examples
>>> from ansys.aedt.core import Emit >>> app = Emit() >>> radio = app.schematic.create_component("New Radio") >>> sampling = [c for c in radio.children if c.node_type == "SamplingNode"][0] >>> sampling.total_tx_channels