internal static bool StartRun(string bstInstKey)
        {
            ConnectToAcqClient();

            while (GetGCStatus(bstInstKey) != PnwGcStates.ePnwGcStateReady)
            {
                Thread.Sleep(10 * 1000);
            }

            return(_acqClient.SendCommand(bstInstKey, (int)PnwInstCmdTypes.ePnwInstCmdStartRun, ref _data));
        }
        internal static bool StartRun(string bstInstKey)
        {
            ConnectToAcqClient();

            return(acqClient.SendCommand(bstInstKey, (int)PnwInstCmdTypes.ePnwInstCmdStartRun, ref data));
        }