include_gt_gain_enabled#
- property ExportToAedt.include_gt_gain_enabled: bool#
Flag indicating if the total voltage gain report will be created upon export to
AEDT.- Returns:
Examples
>>> from ansys.aedt.core.filtersolutions import DistributedDesign >>> design = DistributedDesign(version="2026.1") >>> design.export_to_aedt.include_gt_gain_enabled = True