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


Glossary Item Box

Gets or sets the length of the next recording.

Syntax

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

Remarks

The length is get/set using the current RecordLengthUnit. The SetRecordLength method sets both the record length and the unit.

Requirements

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

See Also