FrequencyData#
- class pyedb.grpc.database.simulation_setup.sweep_data.FrequencyData(core: ansys.edb.core.simulation_setup.simulation_setup.FrequencyData)#
Overview#
Get the distribution type of the frequency data. |
|
Get the start frequency in Hz. |
|
Get the end frequency in Hz. |
|
Get the frequency step in Hz. |
Import detail#
from pyedb.grpc.database.simulation_setup.sweep_data import FrequencyData
Property detail#
- property FrequencyData.distribution: str#
Get the distribution type of the frequency data.
- Returns:
strDistribution type. Values are: “lin”, “dec”, “estp”, “linc”, “oct”.
- property FrequencyData.start_frequency: str#
Get the start frequency in Hz.
- Returns:
strStart frequency in Hz.