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


startPulseIndex
Specifies the start pulse number on the Pulse Table for the reference train pulses.
pulseCount
Specifies the length of reference train pulses.

Glossary Item Box

Set the reference pulses for this reference train from the measured pulse table.

Syntax

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

Parameters

startPulseIndex
Specifies the start pulse number on the Pulse Table for the reference train pulses.
pulseCount
Specifies the length of reference train pulses.

Remarks

Generates the reference pulses for this reference train, 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)

See Also