所属分类:
单片机开发
开发工具:Python
文件大小:1KB
下载次数:2
上传日期:2013-08-13 11:49:56
说明: CheckStepSignal 函数
函数定义与说明:
CheckStepSignal(CaptureResultValue,CaptureBeginTime,CaptureEndTime,SamplingFrequency, StepSignalValueList)
函数的功能与作用
在时间[CaptureBeginTime,CaptureEndTime]范围内,被检查数组(CaptureResultValue)
的元素与StepSignalValueList 数组进行对比,如果被检查数组(CaptureResultValue)的变化规律与StepSignalValueList 数组相同,函数返回“Passed”,数组中元素变化保持时间,与数组中元素变化的起始点,否则函数返回“Failed”,“MeaningLess”,“-1”
(CheckStepSignal function function definition and description: CheckStepSignal (CaptureResultValue, CaptureBeginTime, CaptureEndTime, SamplingFrequency, StepSignalValueList) function and role function of time [CaptureBeginTime, CaptureEndTime] within the scope of the array is checked (CaptureResultValue) of the array elements and StepSignalValueList comparison, if the Check array (CaptureResultValue) the variation with StepSignalValueList same array, the function returns " Passed" , changing elements in the array holding time, and change elements in the array starting point, otherwise, it returns " Failed" , " MeaningLess" , " -1" )
文件列表:
python.py,1472,2013-07-18