carrier_frequency#
- property PowerIQSource.carrier_frequency: str#
Carrier frequency value.
- Returns:
strCarrier frequency value.
Examples
>>> import ansys.aedt.core as pyaedt >>> from ansys.aedt.core.modules.boundary.circuit_boundary import PowerIQSource >>> app = pyaedt.Circuit() >>> source = PowerIQSource(app, name="IQ1") >>> source.carrier_frequency "1GHz"