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

Glossary Item Box

The following tables list the members exposed by CarrierAggregation.

Public Properties

 NameDescriptionMinimum SW Version
Public PropertyAdaptiveEqualizerModeGets or sets the AdaptiveEqualizerMode, which determines how the equalization impulse response are tracked for the carriers.  27.00
Public PropertyBitToSymbolMappingTypeGets or sets the FrameDefinition.BitToSymbolMappingType for the carriers. The getter gets the value from the first carrier and the setter sets the value for all carriers.  26.00
Public PropertyClockErrorCompensationEnabledGets or sets a value indicating whether to compensate the signal for measured symbol clock error for the carriers. See ComponentCarrier.ClockErrorCompensationEnabled. The getter gets the value from the first carrier and the setter sets the value for all carriers.  26.00
Public PropertyComponentCarriersGets the list of aggregated ComponentCarriers.  
Public PropertyDisplayedCarrierIndexGets or sets the index of the carrier shown in Demod traces that are not fixed to a specific ComponentCarrier.  26.00
Public PropertyEqualizationModeGets or sets the ComponentCarrier.EqualizationMode for the carriers. The getter gets the value from the first carrier and the setter sets the value for all carriers.  26.00
Public PropertyEqualizationOptimizationModeGets or sets the ComponentCarrier.EqualizationOptimizationMode for the carriers. The getter gets the value from the first carrier and the setter sets the value for all carriers.  26.20
Public PropertyEqualizationSourceGets or sets the ComponentCarrier.EqualizationSource for the carriers. The getter gets the value from the first carrier and the setter sets the value for all carriers.  26.00
Public PropertyEqualizerConvergenceGets or sets the convergence parameter for the Adaptive Equalizer for the carriers  27.00
Public PropertyFilterAlphaGets or sets the ComponentCarrier.FilterAlpha for the carriers. The getter gets the value from the first carrier and the setter sets the value for all carriers.  26.00
Public PropertyFrequencyEstimationModeGets or sets the FrequencyEstimationMode, which determines whether the frequency error is estimated and compensated for all carriers.  27.00
Public PropertyIQImbalanceCompensationEnabledGets or sets a value indicating whether to compensate the signal for measured IQ imbalance for the carriers. See ComponentCarrier.IQImbalanceCompensationEnabled. The getter gets the value from the first carrier and the setter sets the value for all carriers.  26.00
Public PropertyIQOffsetCompensationEnabledGets or sets a value indicating whether to compensate the signal for measured IQ offset for the carriers. See ComponentCarrier.IQOffsetCompensationEnabled. The getter gets the value from the first carrier and the setter sets the value for all carriers.  26.00
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 PropertyLengthGets or sets the frame FrameDefinition.Length for the carriers in symbols. The getter gets the value from the first carrier and the setter sets the value for all carriers.  26.00
Public PropertyMeasurementFilterGets or sets the ComponentCarrier.MeasurementFilter for the carriers. The getter gets the value from the first carrier and the setter sets the value for all carriers.  26.00
Public PropertyMeasurementFilterLengthGets or sets the ComponentCarrier.MeasurementFilterLength for the carriers in symbols. The getter gets the value from the first carrier and the setter sets the value for all carriers.  26.00
Public PropertyMulticarrierFilterEnabledGets or sets a value indicating whether to apply a band-pass filter to the carrier before demodulation for the carriers. See ComponentCarrier.MulticarrierFilterEnabled. The getter gets the value from the first carrier and the setter sets the value for all carriers.  26.00
Public PropertyNormalizedChannelDelaySpreadGets or sets the ComponentCarrier.NormalizedChannelDelaySpread for the carriers in symbols. The getter gets the value from the first carrier and the setter sets the value for all carriers.  26.00
Public PropertyNormalizedPhaseTrackingFilterBandwidthGets or sets the normalized phase tracking filter bandwidth.  29.00
Public PropertyPhaseTrackingInterpolationModeGets or sets a value indicating how the phase offset is interpolated for all carriers.  29.00
Public PropertyPhaseTrackingModeGets or sets the PhaseTrackingMode, which determines the phase tracking mode for all carriers.  29.00
Public PropertyReferenceFilterGets or sets the ComponentCarrier.ReferenceFilter for the carriers. The getter gets the value from the first carrier and the setter sets the value for all carriers.  26.00
Public PropertyReferenceFrequencyGets or sets the frequency (Hz) that is a reference for the ComponentCarrier.OffsetFromReferenceFrequency property (ComponentCarrier.CenterFrequency = ReferenceFrequency + ComponentCarrier.OffsetFromReferenceFrequency).  26.00
Public PropertyReferenceFrequencyDefinitionGets or sets a value indicating the reference frequency definition for each component carrier.  29.40
Public PropertyResultLengthGets or sets the ComponentCarrier.ResultLength for the carriers in symbols. The getter gets the value from the first carrier and the setter sets the value for all carriers.  26.00
Public PropertySearchLengthGets or sets the ComponentCarrier.SearchLength for the carriers in seconds. The getter gets the value from the first carrier and the setter sets the value for all carriers.  26.00
Public PropertyStyleGets or sets the FrameDefinition.Style for the carriers. The getter gets the value from the first carrier and the setter sets the value for all carriers.  26.00
Public PropertySymbolRateGets or sets the FrameDefinition.SymbolRate for the carriers in Hz. The getter gets the value from the first carrier and the setter sets the value for all carriers.  26.00
Public PropertySynchronizationModeGets or sets the ComponentCarrier.SynchronizationMode for the carriers. The getter gets the value from the first carrier and the setter sets the value for all carriers.  26.00
Public PropertyVariableLengthEnabledGets or sets a value indicating whether the frame has variable length (Style = FrameDefinitionStyle.Burst) for the carriers. See FrameDefinition.VariableLengthEnabled for the carriers. The getter gets the value from the first carrier and the setter sets the value for all carriers.  26.00
Public PropertyWaveformGenerationGets a reference to the WaveformGeneration for all component carriers.  30.00
‡ This is the minimum 89600 VSA software version level needed to use this member.
Top

Public Methods

 NameDescriptionMinimum SW Version
Public MethodConfigureCrossCorrelatedEvmConfigured the measurement for cross-correlated EVM on the given ComponentCarrier.  30.00
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 MethodEqualizerResetReset the adaptive equalization coefficients as a single point impulse response for the carriers  27.00
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)
‡ 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