Enum SLScope.TSLScopeChannelMode
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 TSLScopeChannelMode = (cmLine, cmStep, cmBar, cmPoint);
C++ Builder:
enum TSLScopeChannelMode {cmLine, cmStep, cmBar, cmPoint};
Visual C++ (MFC):
enum CTSLScopeChannelMode {cmLine, cmStep, cmBar, cmPoint};
Summary
Channel display modes enumeration.
Description
Defines the channel display modes.
Examples:
cmLine mode:
cmBar mode:
cmPoint mode:
cmSteps mode:
Values
cmLine | Line channel display mode. |
cmStep | Steps channel display mode. |
cmBar | Bar channel display mode. |
cmPoint | Point channel display mode. |