Keysight Pathwave 89600 VSA .NET API
IsNtmSignalAutoDetect Property
See Also 
Agilent.SA.Vsa.NBIot.Interfaces Assembly > Agilent.SA.Vsa.NBIot Namespace > MeasurementExtension Class : IsNtmSignalAutoDetect Property


Glossary Item Box

Gets or sets a value indicating whether auto detection is enabled for detecting whether the signal is an N-TM signal.

Syntax

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.

Remarks

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.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also