UpperSymbolFreq Property

The UpperSymbolFreq property returns or sets the Upper symbol frequency on a confidence plot. Returns a Short.

Syntax

object.UpperSymbolFreq

object.UpperSymbolFreq = UpperSymbolFreq

 

Parameter Type Description
UpperSymbolFreq Short required, symbol frequency

 

Example 1

This example shows how to set the symbol frequency.

ConfPlot.UpperSymbolFreq = 2

Example 2

This example shows how to return the symbol frequency.

Debug.Print ConfPlot.UpperSymbolFreq

 

Used by: AutoConfidencePlot object