Why do I receive an the error "Undefined function or variable 'NIFGEN_VAL_OUTPUT_ARB'" when attempting to use NI-FGEN Instrument Drivers?
古いコメントを表示
I am trying to modify the code example for "Using NI-FGEN Instrument Driver To Generate A Sine Wave", available at:
so that I can use an arbitrary waveform instead of a sine wave. However, when I replace the line:
invoke(ictObj.Configuration,'configureoutputmode',NIFGEN_VAL_OUTPUT_FUNC);
with
invoke(ictObj.Configuration,'configureoutputmode',NIFGEN_VAL_OUTPUT_ARB);
I receive the error:
ERROR: Undefined function or variable 'NIFGEN_VAL_OUTPUT_ARB'
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Instrument Control Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!