Enum SLScope.TSLScopeChannelMode

From Mitov Wiki Doc
Jump to: navigation, search

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:

LinesModeDemo.png


cmBar mode:

BarsModeDemo.png


cmPoint mode:

PointsModeDemo.png


cmSteps mode:

StepsModeDemo.png

Values

cmLine Line channel display mode.
cmStep Steps channel display mode.
cmBar Bar channel display mode.
cmPoint Point channel display mode.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox