Enum SLScope.TSLScopePointsShape

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 TSLScopePointsShape = (psCircle, psSquare, psDiamond, psPlus, psCross, psStar);

C++ Builder:

enum TSLScopePointsShape {psCircle, psSquare, psDiamond, psPlus, psCross, psStar};

Visual C++ (MFC):

enum CTSLScopePointsShape {psCircle, psSquare, psDiamond, psPlus, psCross, psStar};

Summary

Channel point display shapes enumeration.

Description

Defines the channel point display shapes.


Examples:

psCircle mode:

CirclePointModeDemo.png


psCross mode:

CrossPointModeDemo.png


psDiamond mode:

DiamondPointModeDemo.png


psPlus mode:

PlusPointModeDemo.png


psSquare mode:

SquarePointModeDemo.png


psStar mode:

StarPointModeDemo.png

Values

psCircle
psSquare
psDiamond
psPlus
psCross
psStar
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox