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


Glossary Item Box

Gets or sets the bias source for use with an external mixer.

Syntax

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

Remarks

Adjusts an internal bias source for use with external mixers. The shunt current will only be applied if the Mixer Bias is enabled.

Requirements

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

See Also