Class SLDetectLevels.TSLLevelValue
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: 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 LevelValue : 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.