Visual Basic (Declaration) | |
---|---|
Public MustOverride Property IsNtmSignalAutoDetect As Boolean |
C# | |
---|---|
public abstract bool IsNtmSignalAutoDetect {get; set;} |
C++/CLI | |
---|---|
public: abstract property bool IsNtmSignalAutoDetect { bool get(); void set ( bool value); } |
Property Value
The default value is false.When true, the demodulator will determine whether the signal is an N-TM (narrowband test model) signal. When false, the demodulator will use the IsNtmSignal parameter to determine whether the signal is an N-TM signal.
When this parameter is true, a minimum of 8 frames of data will be acquired.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)