Class SLChangeRange.TSLChangeRange
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 35: | Line 35: | ||
== Description == | == Description == | ||
Use this component to change the output range of the signal. | Use this component to change the output range of the signal. | ||
+ | |||
+ | |||
+ | |||
+ | <b>Diagram:</b> | ||
+ | |||
+ | [[Image:SLChangeRange_Preview.png]] | ||
== Properties == | == Properties == | ||
=== Published === | === Published === | ||
− | |||
*[[Property SLChangeRange.TSLChangeRange.Min|Min]] - Specifies the desired minimal value of the output range. | *[[Property SLChangeRange.TSLChangeRange.Min|Min]] - Specifies the desired minimal value of the output range. | ||
+ | *[[Property SLChangeRange.TSLChangeRange.Max|Max]] - Specifies the desired maximal value of the output range. | ||
== Pins == | == Pins == |
Revision as of 20:28, 10 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: SLChangeRange
Inherits: TLPComponent
Contents |
Syntax
Delphi:
type TSLChangeRange = class( TLPComponent )
C++ Builder:
class TSLChangeRange : public TLPComponent
Visual C++ (MFC):
class CTSLChangeRange : public CTLPComponent
C# (.NET):
public ref class TSLChangeRange : Mitov.SignalLab.Component
Summary
Changes the output range of the signal.
Description
Use this component to change the output range of the signal.
Diagram:
Properties
Published
- Min - Specifies the desired minimal value of the output range.
- Max - Specifies the desired maximal value of the output range.