Keysight Pathwave 89600 VSA .NET API
RecordPaddingType Enumeration
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace : RecordPaddingType Enumeration


Glossary Item Box

Specifies the Padding type to use when recalling a recording.

Syntax

Visual Basic (Declaration) 
Public Enum RecordPaddingType 
   Inherits System.Enum
C# 
public enum RecordPaddingType : System.Enum 
C++/CLI 
public enum class RecordPaddingType : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
CyclicPaddingPrefix the tail of the recording and append the head of the recording according to the padding parameter.
CyclicPaddingMinLengthPrefix the tail of the recording and append the head of the recording so that a minimum length is achieved.27.40
NoneNo change to the input file recording data.
RepetitionPaddingRepeat the original recording the number of times specified by the padding parameter.27.40
ZeroPaddingAdd zeros to the head and tail of the recording data according to the padding parameter.
ZeroPaddingMinLengthAdd zeros to the head and tail of the recording data so that a minimum length is achieved.27.40
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 23.00

See Also