Sweep#
- class pyedb.workflows.utilities.hfss_log_parser.Sweep#
Frequency-sweep summary block.
- Attributes:
Examples
>>> sweep = Sweep(type="Interpolating", frequencies=101, solved=[1e9, 2e9, 3e9], elapsed_sec=300) >>> sweep.type 'Interpolating' >>> len(sweep.solved) 3
Overview#
Import detail#
from pyedb.workflows.utilities.hfss_log_parser import Sweep