transmit_frequency#
- property TxMeasNode.transmit_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] >>> tx_meas = band.import_tx_measurement("C:\Measurements\tx.csv") >>> tx_meas.transmit_frequency