SymbolFreq Property
The SymbolFreq property returns or sets the Symbol frequency on a plot. Returns a Short.
Syntax
object.SymbolFreq
object.SymbolFreq = SymbolFreq
Parameter | Type | Description |
SymbolFreq | Short | required, symbol frequency |
Example 1
This example shows how to set the symbol frequency.
Bub1.symbolFreq = 2
Example 2
This example shows how to return the symbol frequency.
Debug.Print Bub1.symbolFreq
Used by: AutoBubblePlot object, AutoFitPlot object, AutoFunctionPlot object, AutoLinePlot object, AutoStiffPlot object