Keysight Pathwave 89600 VSA .NET API
CopyReferencePulses Method
See Also 
Agilent.SA.Vsa.Pulse.Interfaces Assembly > Agilent.SA.Vsa.Pulse Namespace > MeasurementExtension Class : CopyReferencePulses Method


startPulseIndex
Specifies the start pulse number on the pulse table for the reference pulses.
pulseCount
Specifies the length of reference pulses.

Glossary Item Box

Set reference pulses from measured pulse table.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub CopyReferencePulses( _
   ByVal startPulseIndex As Integer, _
   ByVal pulseCount As Integer _
) 
C# 
public virtual void CopyReferencePulses( 
   int startPulseIndex,
   int pulseCount
)
C++/CLI 
public:
virtual void CopyReferencePulses( 
   int startPulseIndex,
   int pulseCount
) 

Parameters

startPulseIndex
Specifies the start pulse number on the pulse table for the reference pulses.
pulseCount
Specifies the length of reference pulses.

Remarks

Generates the reference pulses for scoring, from the resulting pulse table, indexed from startPulseIndex and pulseCount.

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 24.20

See Also