示例#1
0
文件: AWG.cs 项目: tektronix/lab-bot
        public void VisaSessionRead()
        {
            string response;

            AWGVisaSession.Read(out response);
            ReadResponse = response;
        }
示例#2
0
        public void ExtSourceVisaSessionRead()
        {
            string response;

            EXTSOURCEVisaSession.Read(out response);
            ExtSourceReadResponse = response;
        }
示例#3
0
        public void ScopeVisaSessionRead()
        {
            string response;

            SCOPEVisaSession.Read(out response);
            ScopeReadResponse = response;
        }