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


Glossary Item Box

Gets or sets a value indicating whether dBm is preferred when the Format is TraceFormatType.LogMagnitude, the YUnit = TraceYUnitType.Auto, and the underlying data can be expressed in power.

Syntax

Visual Basic (Declaration) 
Public Overridable Property DbmPreferredWhenAutoYUnit As Boolean
C# 
public virtual bool DbmPreferredWhenAutoYUnit {get; set;}
C++/CLI 
public:
virtual property bool DbmPreferredWhenAutoYUnit {
   bool get();
   void set (    bool value);
}

Remarks

This is primarily for time-domain traces. In previous versions of the VSA, the default unit for time-domain traces was dbVpk.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 29.00

See Also