Class SLChangeRange.TSLChangeRange
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
| (6 intermediate revisions by one user not shown) | |||
| Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
| − | '''public ref class''' | + | '''public ref class''' ChangeRange : [[Class LPComponent.TLPComponent|Mitov.SignalLab.Component]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
| 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 == | ||
Latest revision as of 00:30, 26 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 ChangeRange : 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.
