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


Glossary Item Box

Gets or sets a value indicating the type of RB Auto Detection to perform.

Syntax

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

Property Value

The default value is RBAutoDetectModeType.PowerBased.

Requirements

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

See Also