You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Dew.Signal.Tee Namespace > Structs, Records, Enums > Dew.Signal.Tee.SpectrumMarkMode Enumeration
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
Dew.Signal.Tee.SpectrumMarkMode Enumeration

Defines how the peaks will be marked, when the user moves the mouse or clicks with the left mouse button.

Syntax
C#
Visual Basic
public enum SpectrumMarkMode : byte { mmSingle, mmHarmonic, mmSideBand, mmModes, mmFreeStyle }

SignalToolsTee.cs

Members 
Description 
mmSingle 
Marks only the nearest peak,  
mmHarmonic 
Marks a harmonic series.  
mmSideBand 
Requires that you first mark the modulation frequency and then the right sideband. The tool will additionaly mark the left sideband and the base frequency.  
mmModes 
Requires that you first mark the first mode (the frequency to be modulated) and then the second mode (the modulating frequency). The tool will additionally mark both sidebands.  
mmFreeStyle 
Unlike the four other marking modes, this one will allow the user to mark any value, even, if it is not a peak.  
Copyright (c) 1999-2022 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!