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.
Generates the reference pulses for this reference train, from the resulting pulse table, indexed from startPulseIndex and pulseCount.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)