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

Glossary Item Box

The following tables list the members exposed by MeasurementExtension.

Public Properties

 NameDescriptionMinimum SW Version
Public PropertyAcquisitionLengthGets or sets the signal acquisition length in seconds.  
Public PropertyAskPulseLowerThresholdGets or sets the ASK lower pulse threshold.  
Public PropertyAskPulseUpperThresholdGets or sets the ASK upper pulse threshold.  
Public PropertyBurstIndexGets or sets the index of the burst to demodulate.  
Public PropertyClockAdjustmentGets or sets the amount by which to adjust the symbol timing when demodulating (in symbols).  
Public PropertyCWLowerThresholdGets or sets the CW lower threshold.  
Public PropertyCWSettlingThresholdGets or sets the CW settling threshold.  
Public PropertyCWUpperThresholdGets or sets the CW upper threshold.  
Public PropertyDirectionGets or sets the demod direction.  
Public PropertyFilterAlphaBTGets or sets the filter alpha.  
Public PropertyForwardBitRateGets or sets the forward (Interrogator -> Tag) bit rate in bits/second.  
Public PropertyForwardFormatGets or sets the demod format for forward (Interrogator -> Tag) bursts.  
Public PropertyForwardLineCodingGets or sets the line coding for forward (Interrogator -> Tag) bursts.  
Public PropertyForwardSymbolRateGets the forward (Interrogator -> Tag) symbol rate.  
Public PropertyForwardTariGets or sets the forward (Interrogator -> Tag) tari rate (in seconds).  
Public PropertyIsBitRateAutomaticGets or sets a value indicating whether the BitRate or Tari is automatically determined. Currently only for ASK.  
Public PropertyIsBurstSearchEnabledGets or sets a value indicating whether burst searching is enabled or not.  
Public PropertyIsDirectionAutomaticGets or sets a value indicating whether the Direction is automatically determined.  
Public PropertyIsDisplayOffAmplitudeInPercentGets or sets a value indicating whether Off Amplitude in the Summary table trace is displayed in terms of percent.  14.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 PropertyIsForwardLineCodingInvertedGets or sets a value indicating whether to invert the line coding for the forward link.  
Public PropertyIsFrequencyMirroredGets or sets a value indicating whether demod will mirror the frequency spectrum.  
Public PropertyIsNormalizedGets or sets a value indicating whether demod will normalize the magnitude of the IQ data to the ideal state positions. Also controls normalization of the error vector.  
Public PropertyIsReturnLineCodingInvertedGets or sets a value indicating whether to invert the line coding for the return link.  
Public PropertyIsReturnLinkPassiveGets or sets a value indicating whether the return link is passive (true) or active (false).  
Public PropertyIsSynchronizationSearchEnabledGets or sets a value indicating whether sync searching is enabled or not.  
Public PropertyMeasurementFilterGets or sets the demod measurement filter.  
Public PropertyMeasurementModeGets or sets the current measurement mode.  
Public PropertyPointsPerSymbolGets or sets the number of points per symbol.  
Public PropertyReferenceFilterGets or sets the demod reference filter.  
Public PropertyResultLengthGets or sets the measurement start time interval in relation to acquisition time in seconds.  
Public PropertyResultOffsetGets or sets the measurement interval in seconds.  
Public PropertyReturnBitRateGets or sets the return (Tag -> Interrogator) bit rate in bits/second.  
Public PropertyReturnFormatGets or sets the demod format for return (Tag -> Interrogator) bursts.  
Public PropertyReturnLineCodingGets or sets the line coding for return (Tag -> Interrogator) bursts.  
Public PropertyReturnSymbolRateGets the return (Tag -> Interrogator) symbol rate.  
Public PropertyStandardGets the standard with which the current setting is comply  
Public PropertySynchronizationOffsetGets or sets the start of the demodulated data as an offset (in seconds) from the location of the sync pattern.  
Public PropertySynchronizationSearchBitPatternGets or sets the bit pattern used by sync search when the synchronization search type is user-specified.  
Public PropertySynchronizationSearchLengthGets or sets the sync search length (in seconds).  
Public PropertySynchronizationSearchOffsetGets or sets the sync search offset (in seconds).  
Public PropertySynchronizationSearchStandardPatternGets or sets the pattern used by sync search when the synchronization search type is a standard pattern.  
Public PropertySynchronizationSearchTypeGets or sets the type of sync pattern used by sync search.  
‡ 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 MethodPresetOverloaded. Preset all measurement attributes to default values for indicated standard.  
‡ 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