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

Glossary Item Box

The following tables list the members exposed by MeasurementExtension.

Public Properties

 NameDescriptionMinimum SW Version
Public PropertyCarrierAggregationGets a reference to the CarrierAggregation settings where carriers can be defined and configured.  
Public PropertyConfigurationModeGets or sets the programming mode of the FlexFrame API.  30.00
Public PropertyCrossCorrelatedEvmEnabledGets or sets a value indicating whether to compute cross-correlated EVM between two measurement channels.  27.40
Public PropertyCustomModulationsGets the user-defined collection of imported custom modulations CustomModulationCollection.  27.40
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 PropertyIsEvmReportedInDecibelsGets or sets a value indicating whether to show EVM metrics on summary traces in units of dB instead of units of percent (%).  
Public PropertyOutputPointsPerSymbolGets or sets the number of points per symbol displayed in traces (IQ Meas, IQ Ref, Error Vector, etc.).  
Public PropertyQuickSetupsGets a reference to the collection of available factory-provided and user-defined QuickSetup objects which may be used to configure FlexFrame analysis.  26.00
Public PropertyResultLengthGets or sets the number of symbols to provide in the results of the measurement.  
Public PropertySearchLengthGets or sets the search interval (for finding the ResultLength) in seconds when Style = FrameDefinitionStyle.Burst.  
Public PropertySingleCarrierGets a reference to the SingleCarrier  30.00
‡ 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 MethodConfigureCrossCorrelatedEvmObsolete. For ConfigurationMode = ConfigurationModeSelection.Advanced, use CarrierAggregation.ConfigureCrossCorrelatedEvm instead. Otherwise, see CrossCorrelatedEvmEnabled.  27.40
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 FlexFrame measurement.  
Public MethodSaveWaveformToFileSaves the generated waveform to a file for one carrier or for all carriers, writing in MAT v7 format via the platform data-file utility.  30.00
‡ 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