Keysight Pathwave 89600 VSA .NET API
MeasurementExtension Class Members
See Also  Properties  Methods  Events
Agilent.SA.Vsa.Ieee80216Ofdm.Interfaces Assembly > Agilent.SA.Vsa.Ieee80216Ofdm Namespace : MeasurementExtension Class

Glossary Item Box

The following tables list the members exposed by MeasurementExtension.

Public Properties

 NameDescriptionMinimum SW Version
Public PropertyBandwidthGets or sets the nominal channel bandwidth as specified in the IEEE 802.16 standard.  
Public PropertyBandwidthRatioGets or sets the ratio between the OFDM FFT sample rate and the nominal channel bandwidth.  
Public PropertyDataSubcarrierModulationGets or sets the modulation format for data subcarriers.  
Public PropertyDataSubcarrierModulationSelectionGets or sets how data subcarrier modulation format is determined.  
Public PropertyEqualizerTrainingGets or sets the types of subcarriers used for training the equalizer.  
Public PropertyGuardIntervalGets or sets the guard interval (cyclic prefix) of the signal, as a fraction of the IFFT time length.  
Public PropertyIsBandwidthRatioAutomaticGets or sets a value indicating whether the bandwidth ratio is automatically determined.  
Public PropertyIsDataSubcarrierModulationQam256EnabledGets or sets a value indicating whether to use 256-QAM instead of 64-QAM.  
Public PropertyIsDisposedGets a value indicating whether the object has been disposed. If an object has been disposed any attempt to use it will lead to an ObjectDisposedException being thrown. (Inherited from Agilent.SA.Vsa.RemotableObject)
Public PropertyIsFrequencyMirroredGets or sets a value indicating whether the modulated signal has frequencies inverted.  
Public PropertyIsNormalizedGets or sets a value indicating whether to normalize IQ traces.  
Public PropertyIsPulseSearchEnabledGets or sets a value indicating whether the analyzer searches for an RF pulse (burst) to analyze.  
Public PropertyIsTrackAmplitudeGets or sets a value indicating whether pilot tracking tracks the average pilot amplitude.  
Public PropertyIsTrackPhaseGets or sets a value indicating whether pilot tracking tracks the average pilot phase.  
Public PropertyIsTrackTimingGets or sets a value indicating whether pilot tracking tracks average pilot symbol timing.  
Public PropertyIsUndoEqualizationGets or sets a value indicating whether the analyzer removes the effects of equalization after demodulating the signal.  
Public PropertyMeasurementIntervalGets or sets the portion of the ResultLength to analyze.  
Public PropertyMeasurementOffsetGets or sets the offset of analyzed portion of ResultLength.  
Public PropertyResultLengthGets or sets the result length when the result length selection is set to manual.  
Public PropertyResultLengthMaximumGets or sets the maximum result length when the result length selection is not set to manual.  
Public PropertyResultLengthSelectionGets or sets how result length is determined.  
Public PropertySearchLengthGets or sets how much data is acquired from the input hardware.  
Public PropertyStandardGets or sets the signal standard used by the transmitter.  
Public PropertySubcarrierNumberGets or sets which subcarrier to analyze (meaningful only if looking at a single subcarrier).  
Public PropertySubcarrierSelectionGets or sets which subcarriers to analyze.  
Public PropertySubchannelIndexGets or sets the subchannel index for uplink signals.  
Public PropertySymbolTimeAdjustmentGets or sets the IFFT offset within the symbol time.  
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

Public Methods

 NameDescriptionMinimum SW Version
Public Methodstatic (Shared in Visual Basic)CastToExtensionTypeThis method casts the supplied object to the MeasurementExtension type. Some tools are unable to use the generic methods provided on Agilent.SA.Vsa.Measurement class, so this is provided as an alternative.  
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public Methodstatic (Shared in Visual Basic)ExtensionTypeReturns the type for instances this measurement extension. Some tools are unable to use the generic methods provided on Agilent.SA.Vsa.Measurement class, so this is provided as an alternative.  
Public MethodForceRebuildKeyMapThis method is used to force a refresh of the key map. This is necessary in cases where the key mappings to the API objects change. This can happen when the index of an item within a collection is reflected in the key name, and an item is removed from the middle of a collection. (Inherited from Agilent.SA.Vsa.RemotableObject)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from Agilent.SA.Vsa.RemotableObject)
Public MethodPresetPreset the IEEE 80216Ofdm measurement.  
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

Public Events

 NameDescriptionMinimum SW Version
Public EventPropertyChangedOccurs when a property value changes. (Inherited from Agilent.SA.Vsa.RemotableObject)
Public EventPropertyInfoChangedOccurs when secondary information about a property, such as limits, changes. (Inherited from Agilent.SA.Vsa.RemotableObject)
Public EventRemotePropertyChangedOccurs when a property value changes. (Inherited from Agilent.SA.Vsa.RemotableObject)
Public EventRemotePropertyInfoChangedOccurs when secondary information about a property, such as limits, changes. (Inherited from Agilent.SA.Vsa.RemotableObject)14.00
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

See Also