PlatSim_Genova/TestEnvironment/scripts/GRIFO________power_off.py
2026-01-30 16:38:33 +01:00

13 lines
163 B
Python

import time,sys
import __init__
from test_common_function import *
def test_proc():
power_grifo_off(10)
if __name__ == '__main__':
test_proc()