| 
            
              XSarParametersGetNoiseSignal Method
             | 
          
        
         (Start, Echo, Stop)단계의 Noise 신호의 데이터를 가져온다. 
        
        Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.40
Syntaxpublic void GetNoiseSignal(
	out XGrid sig,
	out int[] rows
)
Parameters
- sig  XGrid
 - [Out] Noise 신호의 데이터 묶음. 
 - rows  Int32
 - [Out] (Start, Echo, Stop)단계의 Noise 신호의 데이터의 Row 개수. 
 
See Also