IWaveform#

class ansys.stk.core.stkobjects.IWaveform#

Provide access to the properties and methods defining an antenna model.

Overview#

name

Get the waveform name.

type

Get the waveform type enumeration.

frequency_specification

Get or set the frequency specification.

frequency

Get or set the frequency.

wavelength

Get or set the wavelength.

power

Get the power.

Import detail#

from ansys.stk.core.stkobjects import IWaveform

Property detail#

property IWaveform.name: str#

Get the waveform name.

property IWaveform.type: WaveformType#

Get the waveform type enumeration.

property IWaveform.frequency_specification: FrequencySpecificationType#

Get or set the frequency specification.

property IWaveform.frequency: float#

Get or set the frequency.

property IWaveform.wavelength: float#

Get or set the wavelength.

property IWaveform.power: float#

Get the power.