Class SLSignalGen.TSLSignalGen
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 00:11, 26 June 2013
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: SignalLabPkg
Unit: SLSignalGen
Inherits: TSLCommonRealGen
Contents |
Syntax
Delphi:
type TSLSignalGen = class( TSLCommonRealGen )
C++ Builder:
class TSLSignalGen : public TSLCommonRealGen
Visual C++ (MFC):
class CTSLSignalGen : public CTSLCommonRealGen
C# (.NET):
public ref class TSLSignalGen : Mitov.SignalLab.CommonRealGen
Summary
Generates Tone(Sine Wave), Triangle, Rectangle, Ramp or DC signal.
Description
Use this component to generate Tone(Sine Wave), Triangle, Rectangle, Ramp or DC signal.
Diagram:
Properties
Published
- SignalType - The signal type - DC, Tone, Triangle, ChainSaw, Square or Jaehne.
- Phase - The initial Phase of the generated periodic signal.
- Amplitude - The Amplitude of the generated signal.
- Frequency - The Frequency of the generated periodic signal.
- Offset - The DC offset of the generated periodic signal.
- Asymmetry - The Amplitude of generated triangle signal.
Public
- CurrentPhase - Returns the current phase of the signal generator