Instrument Control Toolbox: Is it possible to simulate an instrument when using Quick-Control Interfaces?
Show older comments
Ist it possible to set 'Simulation=true' when using the Quick-Control Interfaces like it is possible with MATLAB IVI Instrument Drivers:
makemid("AgInfiniium");
scopeInst = icdevice("AgInfiniium.mdd", SCOPE_ADDRESS, 'optionstring', 'Simulate=true')
scopeInst = instrument.ivic.IviScope();
scopeInst.InitWithOptions(SCOPE_IVI_LOGICAL_NAME, true, true, 'Simulate=true');
Answers (0)
Categories
Find more on Instrument Control Toolbox 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!