Programming to control agilent ENA

Dear experts
I have some problem with programming to control agilent ENA. I tried to make a segmentation sweep and table.
ch=1; fprintf(g,[':SENS' num2str(ch) ':SWE:TYPE SEGM']); fprintf(g,[':SENS' num2str(ch) ':SEGM:DATA 5,0,1,1,0,0,2,');
but the ENA 5071c shows a error message "Numeric data not allowed"
Does anyone who help this problem?
Junghak Ahn

답변 (1개)

Junghak
Junghak 2011년 10월 12일

0 개 추천

I got answers.
before sending the scripts segmentation table.
the sending and receiving data format should be a ascii.
After chaning the data format the error message "Numeric data not allowed" is disappeared.
Comment on this Question

카테고리

도움말 센터File Exchange에서 Instrument Connection and Communication에 대해 자세히 알아보기

질문:

2011년 9월 16일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by