An array for multiple LHS assignment cannot contain expressions
이전 댓글 표시
so I am trying to using matlab to control keithley sourcemeter, and I am trying to do a voltage sweep. The function given by the instrument is
[READING]=invoke(OBJ,'performsweepvi',RANGING,SPACING,DIRECTION,SOURCECOMPLIANCE,SOURCEPROTECTION,START,STOP,NUMBEROFPOINTS,SENSERANGE,SPEED,READING)
I put in the necessary value on the right hand side and when I execute it, it responds that An array for multiple LHS assignment cannot contain expressions. So I am not sure what to do. I have removed the bracket and another error shows up where it needs a logical or numerical value.

댓글 수: 7
Walter Roberson
2018년 5월 30일
The closest I can see to that function name, performsweepvi, has to do with keithley functions for communicating with Labview VI ?
Jenny
2018년 5월 30일
Walter Roberson
2018년 5월 30일
What is the model number of the device you are using?
Jenny
2018년 5월 31일
Walter Roberson
2018년 5월 31일
The Instrument Control Toolbox does not support the Keithley 2400 models.
Jenny
2018년 5월 31일
Jenny
2018년 5월 31일
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 DMM에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!