Click or drag to resize

AmplitudeSineSweepComponent Class

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

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

The AmplitudeSineSweepComponent type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAmplitudeFrom
Starting amplitude of sine sweep
Public propertyAmplitudeTo
End amplitude of sine sweep
Public propertyDurationMs
Duration of sine sweep in ms. Runs from starting amplitude to end amplitude during this duration.
Public propertyEnabled
Is the sweep component included in calculation of the output signal
Public propertyFrequency
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 the amplitude 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