| Visual Basic (Declaration) | |
|---|---|
Public Enum StatusBits Inherits System.Enum | |
| C# | |
|---|---|
public enum StatusBits : System.Enum | |
| C++/CLI | |
|---|---|
public enum class StatusBits : public System.Enum | |
| Member | Description | Minimum SW Version‡ |
|---|---|---|
| Acquiring | The measurement is acquiring data | — |
| AdcOverload | The measurement hardware input channel has over-ranged. | — |
| AverageComplete | The measurement average is complete. | — |
| Calibrating | Calibration is in progress. | — |
| CalibrationNeeded | Calibration is needed. | — |
| CalibrationWarmUp | Instrument is warming up; frequent calibration may be needed. | — |
| EndData | Recording playback reached the end of the recording data. This only happens when playback looping is disabled. | — |
| ExternalReferenceLock | The hardware is locked to the external reference. | — |
| GapData | There is a gap between the last scan and the current scan of data. | — |
| InternalReferenceLock | The hardware is locked to the internal reference. | — |
| MeasurementDone | Measurement is done. | — |
| Measuring | The measurement is not paused (i.e. it is running). | — |
| None | No status bits are set. | — |
| PulseNotFound | No pulse is found by the (demodulation) measurement. | — |
| Ranging | A measurement auto range is in progress. | — |
| ReadingData | The measurement is reading the acquisition data from the hardware. | — |
| Recording | The measurement is recording data. | — |
| Settling | The measurement is acquiring the settle data (before the measurement data). | — |
| StaleData | Restarting measurement acquisition because the data is stale (too old). | — |
| SyncNotFound | No sync is found by the (demodulation) measurement. | — |
| TestFail | A test (e.g. LimitTest) has failed. | — |
| Visible | The application window is visible | — |
| WaitPreTrigger | The measurement is acquiring pre-trigger data. | — |
| WaitReferenceLock | The measurement is waiting for a frequency reference lock. | — |
| WaitTrigger | The measurement is waiting for the trigger event. | — |
| ‡ This is the minimum 89600 VSA software version level needed to use this enum member. | ||
You can query the state of each of these status bits from the Measurement.Status property.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)