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


Glossary Item Box

Gets or sets the units of the length of the next recording.

Syntax

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

Remarks

The recording length units may be either record, point, second, or segment. SetRecordLength 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