Keysight Pathwave 89600 VSA .NET API
Agilent.SA.Vsa Namespace
See Also  Inheritance Hierarchy
Agilent.SA.Vsa.Interfaces Assembly : Agilent.SA.Vsa Namespace

Glossary Item Box

Classes

 ClassDescription
ClassAcpAdjacentChannel The AcpAdjacentChannel class represents one adjacent channel in an ACP calculation (MarkerCollection.AcpAdjacentChannels).
ClassAcpAdjacentChannelCollection The AcpAdjacentChannelCollection class contains a collection of AcpAdjacentChannel objects.
ClassAnalog Represents settings that are specific to analog hardware inputs.
ClassAnalogChannel This class is for setting input parameters for individual analog channels.
ClassAnalogChannelCollection The AnalogChannelCollection class contains a collection of analog input channel objects.
ClassAnalysis The Analysis object contains members for controlling various measurements on the captured time data.
ClassAnalysisChannel This class is for channelized analysis parameters.
ClassAnalysisChannelCollection This collection contains the set of AnalysisChannel objects representing the measurement analysis settings for each logical input channel.
ClassApplication The Application class the "top-level" class for the Keysight 89600 VSA software application.
ClassApplicationFactory This class is a factory class for creating remote connections to the Keysight 89600 VSA Software. There are a variety of Create() methods for obtaining different types of connections.
ClassApplicationIdentifier This class is used to represent a currently running instance of Keysight 89600 VSA Software.
ClassAverage The Average object provides access to the VSA's averaging features.
ClassCalibration Provides controls for calibrating the input hardware and provides information about calibration.
ClassCalibrationFile Setting for calibration file, as applied to the User Correction
ClassCalibrationFileCollection Collection of CalibrationFile.
ClassCorrection User-configurable frequency converter correction and fixed equalization for logical channels.
ClassCorrectionCollection Collection of Correction objects, indexed by logical channel
ClassCustomStepCollection Contains a collection of custom steps.
ClassCustomStepConnectingEventArgs Implements arguments for the custom step connecting (i.e. just added to the measurement list) event.
ClassCustomStepEventWrapper Implements a wrapper for an object that implements the ICustomStep interface.
ClassCustomStepExecutingEventArgs Implements arguments for the custom step executing event.
ClassCustomStepLimitingEventArgs Implements arguments for the custom step limiting event.
ClassCustomStepNamingEventArgs Implements arguments for the custom step when updated valid DataNames are available.
ClassCustomStepResettingAverageEventArgs Implements arguments for the custom step resetting average event.
ClassCustomStepUpdatingEventArgs Implements arguments for the custom step updating event.
ClassCustomStepUpdatingPass1EventArgs Implements arguments for the custom step pass 1 event.
ClassCustomStepUpdatingRevPassEventArgs Implements arguments for the custom step reverse pass event.
ClassDataKeyAttribute An indication of what key to use in the data dictionary for an enumeration.
ClassDataRegister A DataRegister contains a saved version of measurement data.
ClassDataRegisterCollection The DataRegisterCollection class contains a collection of DataRegister objects.
ClassDigital Digital input common setup properties
ClassDigitalChannel Channel-specific digital input properties and methods
ClassDigitalChannelCollection Collection of DigitalChannel objects.
ClassDisplay The Display class contains objects/methods that control the visual aspects of the application.
ClassDoNotProxyAttribute An System.Attribute indicating that generation of proxy code for the .NET Core API for the attributed member should be suppressed.
ClassEnumUtilities This class contains a set of utility methods to manipulate flag-type enumerated values. Some third-party packages are unable to get or set flag-type enumerated values where two or more bits are set. The methods in this class allow such tools to manipulate the enumerated values as 32-bit integers.
ClassExternalMixer Represents settings that are specific to an external mixer input.
ClassExternalMixerSubband This class is for describing an external mixer sub band.
ClassExternalMixerSubbandCollection The ExternalMixerBandCollection class contains a collection of all the external mixer band objects for a given mixer.
ClassFrequency The Frequency object contains members for controlling the frequency-related measurement features.
ClassFrequencyChannel This class is for channelized frequency parameters.
ClassFrequencyChannelCollection This collection contains the set of FrequencyChannel objects representing the frequency settings for each logical input channel.
ClassFrequencyMaskTrigger Represents the setup for frequency mask trigger.
ClassFrequencyVersusTime The FrequencyVersusTime object contains members for controlling how the acquisition data is divided into time blocks before performing FFTs.
ClassFrequencyVersusTimeChannel This class is for channelized FrequencyVersusTime parameters.
ClassGraph The Graph class controls the graph composition of a trace.
ClassHardware Root class for hardware configuration and information
ClassHardwareConfiguration Represents a specific configuration of hardware instruments. The Measurement.SelectedAnalyzer property of a Measurement points to an instance of this class which then determines what hardware will be used by the measurement.
ClassHardwareConfigurationCollection This collection contains the set of HardwareConfiguration objects representing the hardware configurations.
ClassHardwareGroup Class for containing information about a hardware group
ClassHardwareGroupCollection Class for holding a set of instrument groups for a HardwareConfiguration
ClassHardwareInstrument Class with information for an instrument.
ClassHardwareInstrumentCollection Class to contain a list of instruments in its HardwareGroup
ClassInput The Input object represents the front-end of the instrument, permitting configuration and selection of the input channels.
ClassInputChannel Implements an input channel. Represents an input channel.
ClassInputCorrection User-configurable correction for physical input channels
ClassInputCorrectionCollection Collection of Correction objects, indexed by logical channel
ClassInputExtension Definition for an input extension Represents input settings that are unique to a given group of hardware instruments.
ClassInputExtensionCollection Represents a collection of input extensions.
ClassInputGate The gate object provides access to the power spectrum gate features.
ClassInputGateChannel The input gate channel object provides access to channelized power spectrum gate functionality.
ClassInputGateChannelCollection Represents a collection of InputGateChannel objects.
ClassInputLogicalChannel Represents a logical input channel.
ClassInputLogicalChannelCollection Represents a collection of logical input channels.
ClassInputMeasurementChannelCollection Represents a collection of logical input channels that are used by the measurement.
ClassInputTrigger Represents input triggering of the measurement (when using hardware).
ClassInputTriggerChannel Represents input channel used for trigger properties
ClassInputTriggerChannelCollection The InputTriggerChannelCollection class contains a collection of channel trigger objects.
ClassLicense The License class represents the status of one license option.
ClassLicenseCollection The LicenseCollection class contains a collection of License objects.
ClassLicenseFeatureException The following class is a custom exception thrown by licensing when a feature is not licensed.
ClassLimitLine The LimitLine class represents one limit line contained in a limit test.
ClassLimitLineCollection The LimitLineCollection class contains a collection of LimitLine objects.
ClassLimitResultData The result from a Limit Line.
ClassLimitTest The LimitTest class contains a collection a limit lines.
ClassLimitTestCollection This collection contains the set of LimitTest objects currently loaded in the application.
ClassMacro This class represents a user-supplied code element that is used to programmatically control the Keysight 89600 VSA software.
ClassMacroCollection This collection contains the set of Macro objects currently loaded in the application.
ClassMarker The Marker class represents one marker on a Trace.
ClassMarkerCollection The MarkerCollection class contains a collection of Marker objects.
ClassMathFunction The Math Function object contains properties and members to control the math function features.
ClassMathFunctionCollection The MathFunctionCollection object contain properties and members to control the math functions measurement features.
ClassMathFunctionSyntaxResult The MathFunctionSyntaxResult object contains information about the syntax error, if any, in a math expression.
ClassMeasurement This class provides the members required to configure and control a measurement.
ClassMeasurementCollection This collection contains the set of Measurement objects.
ClassMeasurementData The MeasurementData class represents the results from a measurement calculation, including the data array and its associated StateDictionary of descriptive information.
ClassMeasurementExtension Base class for measurement extensions. This class serves as a base class for all measurement extensions.
ClassNotifyCollectionChangedWrapper This class implements a wrapper to allow CollectionChanged events to be propagated across the .NET remoting boundary.
ClassNotifyPropertyChangedWrapper This class implements a wrapper to allow System.ComponentModel.INotifyPropertyChanged.PropertyChanged events to be propagated across the .NET remoting boundary.
ClassNotifyPropertyInfoChangedWrapper This class implements a wrapper to allow IPropertyInfo.PropertyInfoChanged events to be propagated across the .NET remoting boundary.
ClassPlaybackTrigger Represents playback triggering of the measurement (when using a recording).
ClassPlaybackUserCorrection The PlaybackUserCorrection object represents user corrections to be applied during playback.
ClassPlaybackUserCorrectionChannel User-configurable correction for physical input channels in Playback mode.
ClassPlaybackUserCorrectionChannelCollection Collection of PlaybackUserCorrectionChannel, indexed by channel
ClassPlaybackUserCorrectionLogicalChannel User-configurable fixed equalization for logical channels in Playback mode.
ClassPlaybackUserCorrectionLogicalChannelCollection Collection of PlaybackUserCorrectionLogicalChannel, indexed by logical channel
ClassPlayChannel The PlayChannel class contains recording playback settings that may be different for each recording channel.
ClassPlayChannelCollection The PlayChannelCollection class is for channelized (on a per recording channel basis) recording playback settings.
ClassPowerSpectrumMeasurement The class defines the basic Power Spectrum measurement.
ClassPrinter This class defines members to control printing various content or saving it to image files on disk.
ClassProcessingExtension Base class for all processing extensions. Base class for all processing extensions.
ClassProcessingExtensionCollection The ProcessingExtensionCollection class contains a collection of all the processing extension objects for a measurement.
ClassPropertyInfoChangedEventArgs Provides data for the IPropertyInfo.PropertyInfoChanged event.
ClassRecording The Recording class manages recording acquisition settings, playback settings, and save/recall of recordings./>.
ClassRemotableCollection<T> Provides a common abstract base class for abstract base class collection classes in the public API.
ClassRemotableObject Note that this class is intentionally split into two parts - this one, which is .NET 4.0 dependent and contains implementation used by 89600 VSA, and the other part which is merely a place-holder and is intended to be targeted to either a .NET 3.5 or .NET 4.0 platform. Provides the common base class for all classes defining the public API for the Keysight 89600 VSA software.
ClassRemoteCollectionChangedEventArgs This class is a serializable version of the System.Collections.Specialized.NotifyCollectionChangedEventArgs class, intended for internal use to propagate System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged events across the .NET remoting boundary.
ClassRemotePropertyChangedEventArgs This class is a serializable version of the System.ComponentModel.PropertyChangedEventArgs class, intended for internal use to propagate System.ComponentModel.INotifyPropertyChanged.PropertyChanged events across the .NET remoting boundary.
ClassResult Defines a class to represent the result of an operation.
ClassResultCollection Implements a collection of Result objects.
ClassScpiServer The Average object provides access to the VSA's averaging features.
ClassSource Contains properties and methods used for controlling a source configuration and downloading recording data.
ClassSourceChannel Represents a source channel.
ClassSourceChannelCollection This collection contains the set of SourceChannel objects representing the settings for each channel of the source hardware configuration.
ClassSourceCollection Collection of Source objects
ClassSpectrogram The Spectrogram class controls the spectrogram and 3D map presentation of a trace.
ClassSpectrum The Spectrum object contains members for controlling the power spectrum measurement features.
ClassSpectrumFrequency The Frequency object contains members for controlling the power spectrum measurement frequency features.
ClassSpectrumFrequencyChannel The SpectrumFrequencyChannel object represents settings specific to power spectrum measurements, including center frequency, span, RBW, VBW and their related settings. This class represents the channelized spectrum frequency parameters.
ClassSpectrumFrequencyChannelCollection This collection contains the set of SpectrumFrequencyChannel objects representing the power spectrum frequency settings for each logical input channel.
ClassSpectrumTrigger The trigger object provides access to power spectrum measurement trigger functionality.
ClassStateDictionary The StateDictionary class represents the description information associated with a MeasurementData.
ClassStatus The Status class contains properties and events that expose the running state of the measurement.
ClassSubordinateInstrument Class with information for an instrument that is subordinate to another instrument
ClassSubordinateInstrumentCollection Class to contain a list of subordinate instruments
ClassSwitch Represents settings that are specific to RF switch hardware that is being used to switch what parts of the DUT are being used by the analyzer inputs during the measurement.
ClassSystemCalibrationResult A class that contains information about the latest verification of system calibration
ClassTime The Time object contains members for controlling time-related measurement features.
ClassTimeChannel This class is for channelized time parameters.
ClassTimeChannelCollection This collection contains the set of TimeChannel objects representing the time settings for each logical input channel.
ClassTimeVersusTime The TimeVersusTime object contains members for controlling how the acquisition data is divided into time blocks.
ClassTimeVersusTimeChannel This class is for channelized TimeVersusTime parameters.
ClassTrace The Trace class represents one trace window containing measurement data.
ClassTraceCollection The TraceCollection class contains a collection of Trace objects.
ClassTrigger Represents triggering of the measurement.
ClassUnitAttribute Defines an attribute that can be used to indicate the unit of a property.
ClassUserCorrection The UserCorrection class has properties that allow user defined corrections to be applied to the data.
ClassUserInput Provides interface for a data source application to send data into analyzer.
ClassUserInputChangeRegister Interface for providing property changed notifications (for UserInputData properties) to a data source application.
ClassUserInputData Contains properties and methods for processing data transfers from a data source application.
ClassUserInputDataChannel This interface is for channelized (on a per input channel basis) properties and methods for processing data transfers from a data source application.
ClassUserInputDataChannelCollection This interface is for channelized (on a per input channel basis) properties and methods for processing data transfers from a data source application.
ClassUserInputSetup Contains properties and methods to define properties of the data source application.
ClassUserInputSetupChannel This interface is for channelized (on a per input channel basis) properties and methods for defining properties of the data source application.
ClassUserInputSetupChannelCollection This interface is for channelized (on a per input channel basis) properties and methods for defining properties of the data source application.
ClassVectorMeasurement The class defines the basic vector measurement. It defines no members.
ClassView Each View object represents a printable window.
ClassViewCollection This collection contains the set of View objects representing the set of printable windows.

Interfaces

 InterfaceDescription
InterfaceIChangeGroup The IChangeGroup interface represents a handle to a group of configuration changes that will result in a single measurement update. See the Measurement.NewChangeGroup method for further details.
InterfaceICollectionBase For internal use
InterfaceICollectionBase<T> For internal use
InterfaceICustomStep Interface for a custom measurement step. Internal use only.
InterfaceIMacroRun An interface for a macro that can be run.
InterfaceIMeasurementExtension Defines a interface for measurement extensions.
InterfaceIPropertyInfo The IPropertyInfo interface provides additional information about specific properties on an object.
InterfaceIPropertyInfo2 The IPropertyInfo2 interface extends the IPropertyInfo interface to provide additional information about specific properties on an object.
InterfaceIRemoteNotifyCollectionChanged This interface is the remotable version of the System.Collections.Specialized.INotifyCollectionChanged interface. All objects deriving from RemotableCollection<T> support this interface.
InterfaceIRemoteNotifyPropertyChanged This interface is the remotable version of the System.ComponentModel.INotifyPropertyChanged interface. All objects deriving from RemotableObject support this interface.
InterfaceIRemoteNotifyPropertyInfoChanged This interface is the remotable version of the IPropertyInfo interface. All objects deriving from RemotableObject support this interface.
InterfaceIStateDictionary Defines a dictionary (string_key and value) that contains settings for the application
InterfaceIStepValue The IStepValue interface can be used to find limits or the next valid value up or down for a property. (See the IPropertyInfo.StepValue method for more details).

Structures

 StructureDescription
StructureChannelId Input Channel identification.
StructureDisplayFontInfo Serializable information about a font.
StructureInstrumentId Instrument identification used to specify a specific instrument and how it will be used.
StructureLogicalChannelId Logical channel identification used to specify a logical channel.

Enumerations

 EnumerationDescription
EnumerationAcquisitionType Specifies the type of acquisitions.
EnumerationAnalogChannelConnection Specifies the physical input impedance and terminating circuit of the measurement hardware.
EnumerationAnalogChannelCoupling Specifies the input channel coupling.
EnumerationArrangeWindowHints Layout hints to ArrangeWindows.
EnumerationAverageStyle Specifies the type of averaging to be performed by the measurement.
EnumerationBitmapType Defines the image format to save to disk.
EnumerationChannelFilterShape Specifies the channel filter shape (in the frequency domain).
EnumerationConnectionStateType The state of the connection with the hardware.
EnumerationCreateOptions This enumeration is used to define specific VSA application creation options.
EnumerationCustomStepPositionType Specifies where the custom step is to be positioned in the measurement processing
EnumerationCustomStepStatusCode Specifies the success results for a step.
EnumerationDataRegisterResetType A data template for the DataRegister.Reset.
EnumerationDataSource Specifies whether the data for the measurement is from measurement hardware or a recording.
EnumerationDetectors Defines the available detector types. Multiple detectors can be enabled simultaneously. The set of enabled detectors determines the data results that are available for display in a trace.
EnumerationDigitalInputDataPart Specifies how data is mapped from the Logic Analyzer data buses to 89600 data stream.
EnumerationDigitalInputSignConvention Specifies the sign convention for digital input (Logic Analyzer).
EnumerationDisplayColor Specifies which element to set the color.
EnumerationDisplayFont Specifies which element to set the font.
EnumerationDisplayFontStretch An enum that describes the degree to which a font has been stretched compared to the normal aspect ratio of that font.
EnumerationDisplayFontStyle An enum representing the style of a font.
EnumerationDisplayFontWeight An enum representing the weight of a font.
EnumerationExternalMixerCableCorrection Specifies correction for cable connecting external mixer to the analyzer
EnumerationExternalMixerPath Specifies the mixer path selection.
EnumerationExternalMixerSelection Specifies the input channel coupling.
EnumerationFixedEqualizationValid Is a data register valid for use in fixed equalization, or if not, why not.
EnumerationFrequencyConversion Specifies the frequency conversion to use.
EnumerationFrequencyMaskTriggerAmplitudeReference Specifies whether mask amplitudes are absolute or relative.
EnumerationFrequencyMaskTriggerCriteria Specifies the trigger criteria for the frequency mask trigger.
EnumerationFrequencyMaskTriggerFrequencyReference Specifies whether mask frequencies are absolute or relative.
EnumerationFrequencyMaskTriggerMask Specifies which masks are used for the trigger.
EnumerationFrequencyMaskTriggerResBWMode Specifies how the FrequencyMaskTrigger.ResBW for the trigger is set.
EnumerationGraphDrawShape Specifies the input channel coupling.
EnumerationGraphTimeReference Specifies time reference for graph data points.
EnumerationHardwareConfigurationType Possible hardware types of a configuration
EnumerationHardwareGroupType Types of HardwareGroups supported
EnumerationInputDataDomain An enumeration describing the type of input data that a measurement requires.
EnumerationInputDomains An enumeration describing a combination of specified input domains.
EnumerationInputExtensionCoupling Specifies the behavior of the input extension state when using sequential input channels.
EnumerationInstrumentType Specifies the type of instrument.
EnumerationLimitLineDisplay Specifies what is to be displayed.
EnumerationLimitLineDraw Specifies whether the limit is one continuous line or a set of connected dots.
EnumerationLimitLineTraceFail Specifies the trace color for failed limit line regions.
EnumerationLimitLineXDomain Specifies X domain.
EnumerationLimitLineXReference Specifies limit line points X reference.
EnumerationLimitLineYFormat Specifies Y format.
EnumerationLimitLineYReference Specifies limit line points Y reference.
EnumerationLimitLineYSide Specifies an upper limit or a lower limit.
EnumerationLimitLineYUnit Specifies Y axis units for limit line points.
EnumerationLogicalChannelOperation Describes the operation performed on the individual input channels to form a logical channel.
EnumerationLogicalChannelType Describes the kind of logical channel.
EnumerationMarkerBandCalc Band Power summation method.
EnumerationMarkerBandType Band Power base calculation.
EnumerationMarkerIQBranch Y-value part of the marker.
EnumerationMarkerMoveType Marker move target.
EnumerationMarkerPositionType How markers can be positioned and offset.
EnumerationMarkersLimitTestResult The result of a limit test
EnumerationMarkersPeakOrder Specifies the order of the peak markers.
EnumerationMarkersPolar Specifies the polar format for the marker
EnumerationMeasurementDataStatus Specifies the trace indicator messages.
EnumerationMeasurementSyncType Defines how independent concurrent measurements are synchronized.
EnumerationPageOrientationType Define the orientation of the printed content on the media.
EnumerationPowerReferencePlane Specifies what reference plane to use for level and power calculations when using the baseband IQ inputs.
EnumerationPrintContentType Defines which content to print.
EnumerationPrintScalingType Defines how to fit image on paper.
EnumerationPxiTrigger Specifies which PXI backplane trigger to use.
EnumerationRangeOptimization Specifies the type of range optimization.
EnumerationRecordLengthUnit Specifies the Record Length units.
EnumerationRecordPaddingType Specifies the Padding type to use when recalling a recording.
EnumerationResBWCoupleType Specifies how the resolution bandwidth is coupled to the span.
EnumerationResolutionBandwidthMetric Specifies the metric to use when specifying the resolution bandwidth
EnumerationSegmentedCaptureLengthType Specifies how the segmented capture length is specified
EnumerationSegmentType Specifies the segment length type
EnumerationSequencedPlaybackMode Specifies the mode used for sequencing measurements using recording playback.
EnumerationSequentialTrackingMode Specifies what kind of sequential input tracking mode to use for the input channels.
EnumerationSourceGlobalTriggerType The type of event that triggers phase coherent waveform play
EnumerationSourceTriggerAction Selects what action is initiated by the trigger
EnumerationSourceTriggerType The type of event that triggers the source
EnumerationSpecColorMapType How to map colors to levels or counts.
EnumerationSpectralOrder Frequency domain order of spectral lines at the IF output of an external converter relative to its input.
EnumerationSpectrumGateSetupApi Specifies what part of the API is currently being used for the spectrum gate trigger setup.
EnumerationStatusBits The measurement status bits.
EnumerationTimeQualificationCriteria Specifies the type of time qualification criteria for applicable triggers
EnumerationTimestampSource What source to use for the timestamp of data.
EnumerationTraceAxisFormatType Specifies the trace format.
EnumerationTraceCodeOrder Specifies the Code Domain Power display code order.
EnumerationTraceCoupling Specifies trace coupling status.
EnumerationTraceData3GChanInformation Specifies the Channel Symbol Table Error Summary Data for W-CDMA(3GPP)/HSDPA (for use with StateDictionary.IndexedValueAsDouble).
EnumerationTraceData3GCompInformation Specifies the Composite Symbol Table Error Summary Data for W-CDMA(3GPP)/HSDPA (for use with StateDictionary.IndexedValueAsDouble).
EnumerationTraceDataDemodInformation The Symbol Table Error Summary Data for Digital Demodulation (for use with StateDictionary.IndexedValueAsDouble).
EnumerationTraceDataOfdmInformation Specifies the Symbol Table Error Summary Data for 802.11a OFDM (for use with StateDictionary.IndexedValueAsDouble).
EnumerationTraceDataSelect Specifies which data is selected.
EnumerationTraceFilterType Specifies the type of filtering to apply on the trace.
EnumerationTraceFormatType Specifies the trace format.
EnumerationTraceFreqUnit Specifies the x- or z-axis Frequency units for demodulated data.
EnumerationTracePersistence The type of spectrogram / 3D color map.
EnumerationTracePointDrawMode Traces may be drawn with lines, points, or both.
EnumerationTraceStateShape The shape of the ideal state locations for demodulated time-domain data on an I-Q or constellation diagram.
EnumerationTraceSymbolShape Specifies the shape of the symbol locations for demodulated time-domain data.
EnumerationTraceTableBitOrder Specifies the bit order used to display the symbol data in the Symbol Table.
EnumerationTraceTableFormat Specifies the format used to display the symbol binary bit data in the Symbol Table.
EnumerationTraceTimeSegmentDrawMode Specifies the way segmented time data is drawn.
EnumerationTraceTimeUnit Specifies the x- or z-axis Time units for demodulated data.
EnumerationTraceUpdateType Specifies how trace data is updated.
EnumerationTraceYUnitType Specifies the units of the Y axis.
EnumerationTriggerHoldoffStyle Specifies the trigger holdoff style.
EnumerationTriggerOut Specifies the trigger out choice.
EnumerationTriggerPeriodicSyncSource Specifies the periodic trigger sync source (how first measurement is triggered).
EnumerationTriggerSlope Specifies the trigger slope.
EnumerationTriggerStyle Specifies the trigger style.
EnumerationUserInputAcquisitionStatus Acquisition status flags to support UserInputData.AcquisitionStatus.
EnumerationUserInputChangeBits Flags indicate property changes related to UserInputData properties.
EnumerationWaveformAdjustmentMode Indicates how the source's ARB length requirements will be handled.
EnumerationWindowType Specifies the type of windowing.

See Also

Copyright © 2010-2024 Keysight Technologies, Inc.