Class SLScope.TSLScopeXAxisUnitScale
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 9: | Line 9: | ||
'''Unit:''' [[Unit SLScope|SLScope]] | '''Unit:''' [[Unit SLScope|SLScope]] | ||
− | '''Inherits:''' [[Class LPComponent. | + | '''Inherits:''' [[Class LPComponent.TLPPersistentNotify|TLPPersistentNotify]] |
== Syntax == | == Syntax == | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TSLScopeXAxisUnitScale = '''class'''( [[Class LPComponent. | + | '''type''' TSLScopeXAxisUnitScale = '''class'''( [[Class LPComponent.TLPPersistentNotify|TLPPersistentNotify]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''class''' TSLScopeXAxisUnitScale : '''public''' [[Class LPComponent. | + | '''class''' TSLScopeXAxisUnitScale : '''public''' [[Class LPComponent.TLPPersistentNotify|TLPPersistentNotify]] |
</code> | </code> | ||
=== Visual C++ (MFC): === | === Visual C++ (MFC): === | ||
<code> | <code> | ||
− | '''class''' CTSLScopeXAxisUnitScale : '''public''' [[Class LPComponent. | + | '''class''' CTSLScopeXAxisUnitScale : '''public''' [[Class LPComponent.TLPPersistentNotify|CTLPPersistentNotify]] |
</code> | </code> | ||
=== C# (.NET): === | === C# (.NET): === | ||
Line 40: | Line 40: | ||
*[[Property SLScope.TSLScopeXAxisUnitScale.AutoScale|AutoScale]] - Enables or disables the units units auto scale. | *[[Property SLScope.TSLScopeXAxisUnitScale.AutoScale|AutoScale]] - Enables or disables the units units auto scale. | ||
*[[Property SLScope.TSLScopeXAxisUnitScale.Exponent|Exponent]] - Specifies the desired scale - Hz, KHz, MHz, S, mS, nS etc. | *[[Property SLScope.TSLScopeXAxisUnitScale.Exponent|Exponent]] - Specifies the desired scale - Hz, KHz, MHz, S, mS, nS etc. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:Classes]] | [[Category:Classes]] |
Revision as of 20:29, 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: SignalLabScopePkg
Unit: SLScope
Inherits: TLPPersistentNotify
Contents |
Syntax
Delphi:
type TSLScopeXAxisUnitScale = class( TLPPersistentNotify )
C++ Builder:
class TSLScopeXAxisUnitScale : public TLPPersistentNotify
Visual C++ (MFC):
class CTSLScopeXAxisUnitScale : public CTLPPersistentNotify
C# (.NET):
public ref class TSLScopeXAxisUnitScale : Vcl.VclProperty
Summary
Controls the way the units scaling will be done - Hz, KHz, MHz etc.
Description
Defines class to be used to control the way the units scaling will be done - Hz, KHz, MHz etc.