Sweep# class pyedb.workflows.utilities.hfss_log_parser.Sweep# Frequency-sweep summary block. Variables: type (str) – Sweep algorithm: Interpolating, Discrete or Fast. frequencies (int) – Total number of frequency points requested. solved (list[float]) – List of frequencies (Hz) actually solved. elapsed_sec (int) – Wall clock time for the entire sweep. Overview# Attributes type frequencies solved elapsed_sec Import detail# from pyedb.workflows.utilities.hfss_log_parser import Sweep Attribute detail# Sweep.type: str# Sweep.frequencies: int# Sweep.solved: List[float]# Sweep.elapsed_sec: int#