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


Glossary Item Box

Specifies how the resolution bandwidth is coupled to the span.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
AutoSpecifies auto coupling (VSA attempts to choose narrowest ResBW consistent with other parameters when you change the Span).
FixedSpecifies fixed coupling (VSA attempts to maintain same ResBW when you change the Span).
OffsetSpecifies offset coupling (VSA attempts to maintain ResBW/Span ratio so spectrum resolution appears the same when you change Span).
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Remarks

See the VSA help for more information: Reference > ResBW > ResBW Parameters.

Requirements

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

See Also