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


Glossary Item Box

Specifies the trace indicator messages.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
AllPointsIndicates "Show All Frequency Points" is turned on.
CarrierUnlockedIndicates that the hardware is unable to lock to the signal.
ChannelInactiveIndicates the currently selected channel is not active. Applicable for W-CDMA or cdma2000 measurements.
EqualizedIndicates the digital demodulation equalizer is on.
MeasurementOffsetIndicates the measurement offset parameter is non-zero or the measurement interval parameter is greater than one. Applicable for W-CDMA or cdma2000 measurements.
NoDataIndicates no valid data associated with this trace.
NoneIndicates no status messages.
NoPulseIndicates a pulse is not found. ("Pulse Not Found" status bit only applies to Digital Modulation Analysis (Option AYA).)
NoSyncIndicates a sync is not found. ("Sync Not Found" status bit only applies to Digital Modulation Analysis (Option AYA) and LTE analysis (Option BHD or BHE).)
OverloadIndicates trace contains an ADC overload.
QuestionableIndicates data is questionable relative to the current setup.
RangeIndicates a PDF or CDF found a sample with a magnitude greater than 100% of the input range.
UncalibratedIndicates that the data in the trace is uncorrected or not fully corrected.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Requirements

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

See Also