Skip to content

For Power Distribution Unit , the script can control Power ON ,Power OFF or get voltage or temperature

Notifications You must be signed in to change notification settings

r92546024/Synaccess-PDU-Control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Synaccess-PDU-Control

For Power Distribution Unit , the script can control Power ON ,Power OFF or get voltage or temperature

from ControlDUT import  *

PDU = ControlPDU('192.168.1.100')  #PDU IP address for access

PDU.PortPowerControl(1,1) # Port 1 ON
PDU.PortPowerControl(1,0) # Port 1 OFF
PDU.PortPowerControl(3,1) # Port 3 ON

PDU.AllPortPowerControl(1) # All Port ON
PDU.AllPortPowerControl(0) # All Port OFF

Video Example

https://youtu.be/D68fOSl2Xos

IMAGE ALT TEXT HERE

About

For Power Distribution Unit , the script can control Power ON ,Power OFF or get voltage or temperature

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages