receive_frequency#
- property RxMeasNode.receive_frequency: float#
Channel associated with the measurement file.
Examples
>>> from ansys.aedt.core import Emit >>> app = Emit() >>> radio = app.schematic.create_component("New Radio") >>> band = radio.children[0] >>> rx_meas = band.import_rx_measurement("C:\Measurements\rx.csv") >>> rx_meas.receive_frequency