Programming to control agilent ENA

7 Ansichten (letzte 30 Tage)
Junghak
Junghak am 16 Sep. 2011
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

Antworten (1)

Junghak
Junghak am 12 Okt. 2011
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

Kategorien

Mehr zu Instrument Control Toolbox Supported Hardware finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by