Visual Basic (Declaration) | |
---|---|
Public MustOverride Property SymbolTimeAdjustmentMode As SymbolTimeAdjustmentMode |
C# | |
---|---|
public abstract SymbolTimeAdjustmentMode SymbolTimeAdjustmentMode {get; set;} |
C++/CLI | |
---|---|
public: abstract property SymbolTimeAdjustmentMode SymbolTimeAdjustmentMode { SymbolTimeAdjustmentMode get(); void set ( SymbolTimeAdjustmentMode value); } |
When SymbolTimeAdjustmentMode is set to Auto, the SymbolTimeAdjustment parameter is ignored and the demodulator attempts to choose a symbol time adjustment that maximizes MER. The actual SymbolTimeAdjustment used by the demodulator is shown in the Error Summary trace.
When SymbolTimeAdjustmentMode is set to Manual, the value specified by SymbolTimeAdjustment is used.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)