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


Glossary Item Box

Gets or sets a value indicating whether extra data will be acquired to be able to settle the measurement filters during playback.

Syntax

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

Remarks

If this property is True, then the recording length that you can play back is exactly what you specified. If you set its property to False, then when the data is played back, some of the data will be used to settle the measurement filters and you won't see it in the measurement results.

Requirements

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

See Also