Class SLDetectLevels.TSLLevelValue
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
|||
Line 43: | Line 43: | ||
== Pins == | == Pins == | ||
*[[Pin SLDetectLevels.TSLLevelValue.OutputPin|OutputPin]] - The boolean output pin for the detected level. | *[[Pin SLDetectLevels.TSLLevelValue.OutputPin|OutputPin]] - The boolean output pin for the detected level. | ||
− | |||
− | |||
− | |||
[[Category:Classes]] | [[Category:Classes]] |
Revision as of 01:08, 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.
Package: SignalLabAdditionalPkg
Unit: SLDetectLevels
Inherits: TLPCollectionItem
Contents |
Syntax
Delphi:
type TSLLevelValue = class( TLPCollectionItem )
C++ Builder:
class TSLLevelValue : public TLPCollectionItem
Visual C++ (MFC):
class CTSLLevelValue : public CTLPCollectionItem
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.