Pin TLClockGen.TTLBasicClock.ClockPin
Latest revision as of 00:16, 22 November 2011
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.
Class: TTLBasicClock
Contents |
Syntax
Delphi:
property ClockPin : TOWClockSinkPin read FClockPin write FClockPin;
C++ Builder:
__property TOWClockSinkPin * ClockPin = { read=FClockPin, write=FClockPin };
Summary
The clock pin of the clock.
Description
You can connect a clock capable source pin to this pin and
this way provide external clock for the component. In order
to use external clock you must set the Mode to tcmExternal.
If there is a higher level pump in the chain such as hardware
device the ClockPin will be ignored. The highest level pump
in the chain serves as a master pump and obtains full control
of the pumping.