Enum SLScope.TSLScopePointsShape
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 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:
psCross mode:
psDiamond mode:
psPlus mode:
psSquare mode:
psStar mode:
Values
psCircle | |
psSquare | |
psDiamond | |
psPlus | |
psCross | |
psStar |