Instrument Control Toolbox: Is it possible to simulate an instrument when using Quick-Control Interfaces?

2 views (last 30 days)
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)

Products


Release

R2019a

Community Treasure Hunt

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

Start Hunting!