Class TLClockGen.TTLBasicClock
From Mitov Wiki Doc
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: TimingLabBasicPkg
Unit: TLClockGen
Inherits: TLPComponent
Contents |
Syntax
Delphi:
type TTLBasicClock = class( TLPComponent )
C++ Builder:
class TTLBasicClock : public TLPComponent
Visual C++ (MFC):
class CTTLBasicClock : public CTLPComponent
C# (.NET):
public ref class TTLBasicClock : Mitov.TimingLab.Component
Summary
Basic abstract class for some timing filters.
Description
This is a basic abstract class for some timing filters.
Properties
Published
- Enabled - Enables or disables the generator.
Methods
Public
- procedure Pump() - Generates one buffer if enabled and ClockSource is csExternal.
- procedure Start() - Starts the generator.
- procedure Stop() - Stops the generator.