Keysight Pathwave 89600 VSA .NET API
ResBWCouple Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Frequency Class : ResBWCouple Property


Glossary Item Box

Gets or sets how ResBW is coupled to the frequency span.

Syntax

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

Remarks

Determines the type of coupling for resolution bandwidth as either auto, offset, or fixed. Your resolution bandwidth and coupling choices affect both resolution and measurement speed. To get the best resolution to speed tradeoff, choose auto ResBW coupling and arbitrary ResBW mode (IsResBWArbitrary property).

Requirements

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

See Also