Skip to content

Instantly share code, notes, and snippets.

@kuc-arc-f
Created April 28, 2015 09:17
Show Gist options
  • Save kuc-arc-f/0d018c6f4fd45bc8635a to your computer and use it in GitHub Desktop.
Save kuc-arc-f/0d018c6f4fd45bc8635a to your computer and use it in GitHub Desktop.
agri-typ-c-4a-python
# @return TRUE: opne-Valve
def Is_validValve(self, iSen , iMoi):
clsConst = com_appConst.appConstClass()
ret=clsConst.mNG_CODE
if(iMoi > iSen ):
ret=clsConst.mOK_CODE
return ret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment