FrequencyData#

class pyedb.grpc.database.simulation_setup.sweep_data.FrequencyData(core: ansys.edb.core.simulation_setup.simulation_setup.FrequencyData)#

Overview#

distribution

Get the distribution type of the frequency data.

start_frequency

Get the start frequency in Hz.

end_frequency

Get the end frequency in Hz.

step

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:
str

Distribution type. Values are: “lin”, “dec”, “estp”, “linc”, “oct”.

property FrequencyData.start_frequency: str#

Get the start frequency in Hz.

Returns:
str

Start frequency in Hz.

property FrequencyData.end_frequency: str#

Get the end frequency in Hz.

Returns:
str

End frequency in Hz.

property FrequencyData.step: str#

Get the frequency step in Hz.

Returns:
str

Frequency step in Hz.