Click or drag to resize
XDL

XSarParametersGetCalSignal Method

(Start, Echo, Stop)단계의 Cal 신호의 데이터를 가져온다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntax
C#
public void GetCalSignal(
	out XGrid sig,
	out int[] rows
)

Parameters

sig  XGrid
[Out] Cal 신호의 데이터 묶음.
rows  Int32
[Out] (Start, Echo, Stop)단계의 Cal 신호의 데이터의 Row 개수.
See Also