How to create a Matlab Instrument Driver and Interface object for NI PXI 5124

5 views (last 30 days)
How to create a Matlab Instrument Driver and Interface object for NI PXI 5124 .I tried with the following codes g = visa('ni',GPIB::1::INSTR); ictObj = icdevice('niScope.mdd',g); connect(ictObj); disp(ictObj); configuration = ictObj.configuration;
but it is showing no configuration option for this driver and I am also not getting how to use this icdevice and gpib command for creating object for NI PXI 5124.I am using it for PXI Chassis consisting one PXI 5124, PXI 5152 and PXI 5690 Please help me.

Answers (0)

Categories

Find more on Instrument Control Toolbox Supported Hardware in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!