예제 #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;
        }