Enum SLScope.TSLScopeChannelLinkMode
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 TSLScopeChannelLinkMode = (clmZone, clmBar);
C++ Builder:
enum TSLScopeChannelLinkMode {clmZone, clmBar};
Visual C++ (MFC):
enum CTSLScopeChannelLinkMode {clmZone, clmBar};
Summary
Channel link display modes enumeration.
Description
Defines the channel link display modes.
Values
clmZone | Zone channel link display mode. |
clmBar | Bar channel link display mode. |