Keysight Pathwave 89600 VSA .NET API
SidelobeKeepOutMode Enumeration
See Also 
Agilent.SA.Vsa.Pulse.Interfaces Assembly > Agilent.SA.Vsa.Pulse Namespace : SidelobeKeepOutMode Enumeration


Glossary Item Box

Specify the sidelobe keep-out mode.

Syntax

Visual Basic (Declaration) 
Public Enum SidelobeKeepOutMode 
   Inherits System.Enum
C# 
public enum SidelobeKeepOutMode : System.Enum 
C++/CLI 
public enum class SidelobeKeepOutMode : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
FirstNullThe keep-out is at the first null away from the peak.
TimeThe keep-out is specified by the SidelobeKeepOutTime property.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Remarks

The correlation trace has a peak for each pulse. The search for the peak sidelobe starts at a "keep-out" away from the peak.

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 23.20

See Also