Property TLClockGen.TTLClockGen.Mode

From Mitov Wiki Doc
Jump to: navigation, search

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: TTLClockGen

Contents

Syntax

Delphi:

property Mode : TTLClockMode read FMode write SetMode default tcmPreciseTime;

C++ Builder:

__property TTLClockMode Mode = { read=FMode, write=SetMode, default=tcmPreciseTime };

Summary

Specifies the clock generator mode.

Description

Use this property to specify the desired clock generator mode.


Delphi example:

TLClockGen1.Mode := tcmPreciseTime;

C++ Builder example:

TLClockGen1->Mode = tcmPreciseTime;

Visual C++(MFC/Win32) example:

TLClockGen1.Mode = tcmPreciseTime;

Visual C++/CLI example:

clockGen1->Mode = Mitov::TimingLab::ClockMode::PreciseTime;

C# Example:

clockGen1.Mode = Mitov.TimingLab.ClockMode.PreciseTime;

VB example:

ClockGen1.Mode = Mitov.TimingLab.ClockMode.PreciseTime

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox