The following tables list the members exposed by Measurement.
Name | Description | Minimum SW Version | |
---|---|---|---|
![]() | Analysis | Gets a handle to the measurement's Analysis object. | 25.40 |
![]() | Average | Gets a handle to the Average object for the measurement. | — |
![]() | Correction | Gets a handle to the measurement's correction object. | 29.00 |
![]() | Corrections | Gets a collection of Correction objects (one per logical channel) | — |
![]() | CustomSteps | Gets the custom steps collection. Internal use only. | — |
![]() | Error | Gets the current measurement error | — |
![]() | Frequency | Gets a handle to the Frequency object for the measurement. | — |
![]() | Input | Gets a handle to the Input object for the measurement. | — |
![]() | InputCorrections | Gets a collection of InputCorrection objects (one per input channel) | — |
![]() | InputDomain | Gets a value indicating what kind of input data the analysis part of the measurement requires. | 18.50 |
![]() | IsConcurrent | Gets a value indicating whether this measurement may be run concurrently with the selected measurement | 15.00 |
![]() | IsContinuous | Gets or sets a value indicating whether the measurement is continuous. | — |
![]() | IsDisposed | Gets 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) | — |
![]() | IsMeasurementDone | Gets a value indicating whether the measurement is complete. | — |
![]() | IsRecording | Gets a value indicating whether the measurement is currently making a recording. | — |
![]() | IsRunning | Gets a value indicating whether the measurement is currently running. | — |
![]() | IsShareEnabled | Gets or sets a value indicating whether the measurement can share hardware with another measurement. | 15.00 |
![]() | IsSupportedBySelectedAnalyzer | Gets a value indicating whether the current measurement extension is supported by the currently selected analyzer hardware. | 18.50 |
![]() | IsTestPass | Gets a value indicating whether the current measurement (limit) test passed | — |
![]() | MeasurementExtension | Gets a handle to the current extension object. The caller must cast it to the appropriate type (indicated by the ExtensionType property) to access members of the object. | — |
![]() | MeasurementExtensionType | Gets the type of the current measurement. It returns the same type as MeasurementExtension().InterfaceType, but provides a more convenient way to bind to a PropertyChanged notification. | — |
![]() | MeasurementSync | Gets or sets a value indicating whether the measurement can trigger sync with another measurement. | 16.00 |
![]() | Message | Gets the current measurement message | — |
![]() | Name | Gets or sets the measurement name. | — |
![]() | ProcessingExtensions | Gets the collection of processing extensions for the measurement. | 16.00 |
![]() | RecordPercentDone | Gets the progress of the current recording (0.0 to 100.0 percent). | — |
![]() | SelectedAnalyzer | Gets or sets the hardware to use for this measurement. | — |
![]() | Spectrum | Gets a handle to the measurement's Spectrum object. | 18.50 |
![]() | Status | Gets a handle to the Status object for the measurement. | — |
![]() | Time | Gets a handle to the Time object for the measurement. | — |
![]() | UserCorrection | Gets the UserCorrection object. | 26.00 |
![]() | UserStatus | Gets a handle to a Status object for the measurement. UserStatus should only be used by code interacting with the UserInput API. | — |
‡ This is the minimum 89600 VSA software version level needed to use this member. |
Name | Description | Minimum SW Version | |
---|---|---|---|
![]() | CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | — |
![]() | ForceRebuildKeyMap | This 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) | — |
![]() | GetConcurrentMeasurements | Gets the collection of measurements that may be run concurrently with this measurement. | 15.00 |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | — |
![]() | GetMeasurementExtension<T> | Returns the current measurement extension cast to the requested type. | — |
![]() | GetRecordMeasurements | Gets the collection of measurements that may be recorded concurrently with this measurement. | 18.50 |
![]() | GetSharedMeasurements | Gets the collection of measurements that are shared with this measurement. | 15.00 |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from Agilent.SA.Vsa.RemotableObject) | — |
![]() | IsCalculateMeasurementData | Overloaded. Set whether the passed measurement data is calculated even if not displayed. | — |
![]() | IsCalculateMeasurementDataClear | Clears all measurement data results so they are not calculated if not displayed. | — |
![]() | IsEnabledMeasurementExtension | Gets a value indicating whether the specified measurement type is enabled. | — |
![]() | MeasurementData | Returns the measurement data for the passed data name. | — |
![]() | NewChangeGroup | Turns off the normal measurement updates that occur after property changes until the System.IDisposable.Dispose method is called on the returned IChangeGroup interface. | — |
![]() | Pause | Causes the measurement to transition to the Paused state. | — |
![]() | Preset | Presets the current measurement to its factory default setup state. This method does not change the current hardware configuration for the measurement. | — |
![]() | PresetTraces | Preset the trace results for this measurement. | — |
![]() | RecallSignalSetup | Recalls a VSA setup file at the specified path, replacing only the signal description parts of measurement setup. | 21.20 |
![]() | RecallSSFile | Recall Signal Studio setup from the named file | — |
![]() | Record | Overloaded. Pauses the current measurement and start recording the input data. | — |
![]() | Reset | Immediately stops the measurement, clearing all measurement data. | — |
![]() | Restart | Causes the measurement to restart. The Average count is reset to 0 and the measurement transitions to the Running State. | — |
![]() | Resume | Causes the measurement to transition to the Running state. | — |
![]() | SetMeasurementExtension | Overloaded. Changes the current measurement to the indicated type (if necessary) and returns an appropriately typed handle to the extension object. | — |
![]() | WaitForMeasurementDone | Overloaded. Wait 10 seconds for the measurement to complete. | — |
![]() | WaitForRecordingDone | Overloaded. Wait 10 seconds for the recording to complete. | — |
‡ This is the minimum 89600 VSA software version level needed to use this member. |
Name | Description | Minimum SW Version | |
---|---|---|---|
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from Agilent.SA.Vsa.RemotableObject) | — |
![]() | PropertyInfoChanged | Occurs when secondary information about a property, such as limits, changes. (Inherited from Agilent.SA.Vsa.RemotableObject) | — |
![]() | RemotePropertyChanged | Occurs when a property value changes. (Inherited from Agilent.SA.Vsa.RemotableObject) | — |
![]() | RemotePropertyInfoChanged | Occurs 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. |