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


Glossary Item Box

Specifies how the FrequencyMaskTrigger.ResBW for the trigger is set.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
AutoThe ResBW is automatically chosen to correspond to the lesser of a 1024 length window or the maximum window length supported by the hardware.
ManualThe ResBW must be explicitly set using the ResBW property.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Requirements

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

See Also