Class TLClockGen.TTLBasicClock
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 00:10, 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: TimingLabBasicPkg
Unit: TLClockGen
Inherits: TTLBasicClockedFilter
Contents |
Syntax
Delphi:
type TTLBasicClock = class( TTLBasicClockedFilter )
C++ Builder:
class TTLBasicClock : public TTLBasicClockedFilter
Visual C++ (MFC):
class CTTLBasicClock : public CTTLBasicClockedFilter
C# (.NET):
public ref class TTLBasicClock : Mitov.TimingLab.BasicClockedFilter
Summary
Basic abstract class for some timing filters.
Description
This is a basic abstract class for some timing filters.
Methods
Public
- procedure Pump() - Generates a clock event if enabled and ClockSource is csExternal.
- procedure Start() - Starts the generator.
- procedure Stop() - Stops the generator.
From TTLBasicClockedFilter
Pins
- ClockInputPin - The Input Pin of the component.