Keysight Pathwave 89600 VSA .NET API
IsRecordLengthMaximum Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Recording Class : IsRecordLengthMaximum Property


Glossary Item Box

Gets or sets a value indicating whether the recording length will be the maximum supported by the input channels.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property IsRecordLengthMaximum As Boolean
C# 
public abstract bool IsRecordLengthMaximum {get; set;}
C++/CLI 
public:
abstract property bool IsRecordLengthMaximum {
   bool get();
   void set (    bool value);
}

Remarks

The maximum recording length supported by the input channels depends upon the following:

  • amount of memory installed in the ADC
  • the current span (affects size of a data point)
  • whether you are in zoom mode
  • whether the span is a cardinal span (directly supported by the hardware) or resampled span (supported by the measurement software)

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also