Class SLDetectLevels.TSLLevelValue
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 00:15, 11 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: SignalLabAdditionalPkg
Unit: SLDetectLevels
Inherits: TLPTypedCollectionItem
Contents |
Syntax
Delphi:
type TSLLevelValue = class( TLPTypedCollectionItem, TSLLevelValues )
C++ Builder:
class TSLLevelValue : public TLPTypedCollectionItem
Visual C++ (MFC):
class CTSLLevelValue : public CTLPTypedCollectionItem
C# (.NET):
public ref class TSLLevelValue : Vcl.VclCollectionItem
Summary
Level to be detected.
Description
Defines a level to be detected collection item.
Properties
Published
- Name - Specifies the name of the item.
- Level - Specifies the level to be detected.
- Mode - Specifies the level detection mode (bellow, above etc.).
Pins
- OutputPin - The boolean output pin for the detected level.
Events
- OnChange - On level state change event.