Saturday 4 October 2008

HS Teradyne Tester

====================livevoltage===============================================

Function OnProgramStarted()

thehdw.DCVI.HotSwitchDetect.LiveVoltageHotSwitch.Enable = True
thehdw.DCVI.HotSwitchDetect.LiveVoltageHotSwitch.mode = tlDCVIHotSwitchDetectModeLogging




Function OnProgramEnded()


thehdw.DCVI.HotSwitchDetect.LiveVoltageHotSwitch.Enable=False

Exit Function

===========================settlewaitime============================================

Function OnProgramStarted()

thehdw.DCVI.HotSwitchDetect.SettleWaitHotSwitch.Enable = True
thehdw.DCVI.HotSwitchDetect.SettleWaitHotSwitch.mode = tlDCVIHotSwitchDetectModeLogging


Function OnProgramEnded()

thehdw.DCVI.HotSwitchDetect.SettleWaitHotSwitch.Enable = False

Exit Function

No comments: