Enum SLSignalGen.TSLSignalType

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: SignalLabPkg

Unit: SLSignalGen

Contents

Syntax

Delphi:

type TSLSignalType = (stTone, stTriangle, stSquare, stDc, stJaehne, stSawToothUp, stSawToothDown);

C++ Builder:

enum TSLSignalType {stTone, stTriangle, stSquare, stDc, stJaehne, stSawToothUp, stSawToothDown};

Visual C++ (MFC):

enum CTSLSignalType {stTone, stTriangle, stSquare, stDc, stJaehne, stSawToothUp, stSawToothDown};

Summary

Signal types for the TSLSignalGen component.

Description

Defines the signal types for the TSLSignalGen component.

Values

stTone Sine Wave (Tone) signal.
stTriangle Triangle signal.
stSquare Square signal.
stDc DC signal.
stJaehne Jaehne test signal.
stSawToothUp Saw Tooth Up signal.
stSawToothDown Saw Tooth Down signal.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox