Error using the command: set(ai_device, 'SamplePerTriger', 1000)
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi,
Can anyone help. I am using script from the ADLINK (DAQ_MTLB) PDF and in which instruction are given how to extract the data from the control box using matlab but I am on the page where it ask me to use the command shown below but whenever I am using it, I am getting error below. Seraching on google taking me into drivers information which is not required just wondering anyone here can help:
Command:
set(ai_device, 'SamplePerTriger', 1000)
Error:
>> set(ai_device, 'SamplePerTriger', 1000)
Error using daqdevice/set (line 232)
Invalid property: 'SamplePerTriger'.
댓글 수: 0
답변 (1개)
Mario Malic
2021년 3월 10일
편집: Mario Malic
2021년 3월 10일
Hi,
What's the output of
properties(ai_device)
Is it maybe SamplePerTrigger?
참고 항목
카테고리
Help Center 및 File Exchange에서 Data Acquisition Toolbox Supported Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!