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


Glossary Item Box

Determines whether to export the entire recording or just the current measurement results.

Syntax

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

Members

MemberDescriptionMinimum SW Version‡
CurrentMeasurementSave only the results of the current measurement (contents of Pulse Table).
EntireRecordingRun through entire recording, collect all pulses, and save results.
‡ 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 21.00

See Also