コード例 #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;
        }