Click or drag to resize

SquareComponent Class

LightningChart .NET Help
Square waveform component
Inheritance Hierarchy
SystemObject
  Arction.WinForms.SignalProcessingSquareComponent

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

The SquareComponent type exposes the following members.

Constructors
  NameDescription
Public methodSquareComponent
Initializes a new instance of the SquareComponent class
Public methodSquareComponent(SquareComponent)
Copy constructor.
Top
Properties
  NameDescription
Public propertyAmplitude
Amplitude of square component.
Public propertyDelayMs
Delay of square component in ms.
Public propertyEnabled
Is the square component included in calculation of the output signal
Public propertyFrequency
Frequency of square component
Public propertyId
Gets or sets the unique identifier of this instance.
Public propertyOffset
Offset of square component
Public propertySymmetry
Square wave symmetry. Valid range is 0...1. If symmetry is < 0.5, the 'low'stage of noise wave is longer than 'high' stage. Vice versa, value > 0.5 makes the 'high' stage longer
Top
Methods
  NameDescription
Public methodCreateCopy
Create a copy of square 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

[Missing <summary> documentation for "E:Arction.WinForms.SignalProcessing.SquareComponent.PropertyChanged"]

Top
See Also