total_rx_channels#
- property SamplingNode.total_rx_channels: int#
Total Rx Channels.
Total number of receive 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_rx_channels