Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/identify_coupling_5649' into ide…
Browse files Browse the repository at this point in the history
…ntify_coupling_5649
  • Loading branch information
amichel0205 committed Jan 15, 2025
2 parents a186ce9 + 4537286 commit e491b62
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@

from ansys.aedt.core.aedt_logger import pyaedt_logger as logger
from ansys.aedt.core.generic.aedt_versions import aedt_versions
from ansys.aedt.core.generic.general_methods import pyaedt_function_handler
from ansys.aedt.core.generic.general_methods import open_file
from ansys.aedt.core.generic.general_methods import pyaedt_function_handler

try:
import numpy as np
Expand Down Expand Up @@ -113,8 +113,9 @@ def __init__(self, solution_data=None, touchstone_file=None):
self.log_x = True

@pyaedt_function_handler()
def get_coupling_in_range(self, log_file_name=None, start_at_frequency=1e9, low_loss=-40, high_loss=-60,
frequency_sample=5, plot=False):
def get_coupling_in_range(
self, log_file_name=None, start_at_frequency=1e9, low_loss=-40, high_loss=-60, frequency_sample=5, plot=False
):
"""Plot a list of curves, excluding return loss, that has at least one frequency point between a range of losses.
Parameters
Expand Down

0 comments on commit e491b62

Please sign in to comment.