Enum SLScope.TSLMaxAxisMode
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: SignalLabScopePkg
Unit: SLScope
Contents |
Syntax
Delphi:
type TSLMaxAxisMode = (mamValue, mamOffset);
C++ Builder:
enum TSLMaxAxisMode {mamValue, mamOffset};
Visual C++ (MFC):
enum CTSLMaxAxisMode {mamValue, mamOffset};
Summary
Max Axis calculation method enumeration.
Description
Defines enumeration for the way Max Axis will be calculated.
Values
mamValue | Absolute value from zero. |
mamOffset | Offset from the minimum axis value. |