Click or drag to resize

ConfigurationConfigurationBaseCalibrateTiming Method

Runs a calibration on deflection unit to determine timing values.

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 2.0.0.10
Syntax
C#
public virtual Task<CalibrateTimingReply> CalibrateTiming(
	CalibrateTimingRequest request,
	ServerCallContext context
)

Parameters

request  CalibrateTimingRequest
The request received from the client.
context  ServerCallContext
The context of the server-side call handler being invoked.

Return Value

TaskCalibrateTimingReply
The response to send back to the client (wrapped by a task).
See Also