Click or drag to resize

ITemplateManagerSavePulseShapeTemplate Method

Saves pulse shape profile as a pulse shape template.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.47.0
Syntax
C#
void SavePulseShapeTemplate(
	string templateName,
	double[][] pulseShapeProfiles
)

Parameters

templateName  String
Name of the pulse shape template.
pulseShapeProfiles  Double
List of pulse shape profiles.
See Also