#!/bin/bash

BasePath=../../../..;source $BasePath/Commons.sh

function Engage() { Call $RelayBoards MainSwitch4CurrentStabilization ON; }
function DisEngage() { Call $RelayBoards MainSwitch4CurrentStabilization OFF; }

