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


Glossary Item Box

Gets or sets whether the input data will have gaps, this is the minimum gap-free length that will be available after each gap.

Syntax

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

Remarks

This limits the maximum recording length and time length (block size). The size is in samples (not floats). Changing this property during a measurement stops the measurement. Defaults to System.Double.MaxValue. (Current implementation limits to System.Int32.MaxValue.) Setting this value to 300 or less can result in unexpected behavior.

Requirements

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

See Also