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


Glossary Item Box

Gets or sets a value indicating whether pulse search is enabled.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property IsPulseSearchEnabled As Boolean
C# 
public abstract bool IsPulseSearchEnabled {get; set;}
C++/CLI 
public:
abstract property bool IsPulseSearchEnabled {
   bool get();
   void set (    bool value);
}

Remarks

Determine whether the digital demodulation measurement will search for a pulse (an RF envelope) to find the beginning of the data. Digital communication systems often use pulsed transmissions to send and receive information in bursts. The carrier turns on when the transmitter transmits data; it turns off when the transmitter finishes transmitting data. If pulse search is on, the analyzer searches within the defined search length (SearchLength) to locate the first complete pulse. For more information, see the Digital Modulation "Pulse Search" topic in the VSA Application help.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 18.00

See Also