Click or drag to resize

FrequencySineSweepComponent Class

LightningChart .NET Help
Sine frequency sweep waveform component. Runs with constant amplitude, from frequency to another, during given duration. Then jumps to start starting frequency again.
Inheritance Hierarchy
SystemObject
  Arction.WinForms.SignalProcessingFrequencySineSweepComponent

Namespace:  Arction.WinForms.SignalProcessing
Assembly:  Arction.WinForms.SignalProcessing.SignalTools (in Arction.WinForms.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
public class FrequencySineSweepComponent : IWaveFormComponent

The FrequencySineSweepComponent type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAmplitude
Amplitude of sine sweep
Public propertyDurationMs
Duration of sine sweep in ms. Runs from starting frequency to end frequency during this duration.
Public propertyEnabled
Is the sweep component included in calculation of the output signal
Public propertyFrequencyFrom
Start frequency of sine sweep.
Public propertyFrequencyTo
End frequency of sine sweep.
Public propertyId
Gets or sets the unique identifier of this instance.
Public propertyOffset
Offset of sine sweep
Top
Methods
  NameDescription
Public methodCreateCopy
Create a copy of frequency sine sweep component.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Convert class description to string
(Overrides ObjectToString.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when property is changed.
Top
See Also