8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3371511 commit 74f27a2Copy full SHA for 74f27a2
toolbox/src/bossdevice.m
@@ -56,6 +56,10 @@ function clearPersonalSettings()
56
function doc()
57
openBossdeviceDoc;
58
end
59
+
60
+ function exportRecording()
61
+ bossapi.inst.exportLastRunToFile();
62
+ end
63
64
65
methods (Access=protected)
@@ -490,10 +494,6 @@ function restoreInstrument(obj)
490
494
obj.addInstrument(hInst);
491
495
492
496
493
- function exportRecording(obj)
- bossapi.inst.exportLastRunToFile();
- end
-
497
498
%% Target object wrappers
499
function addInstrument(obj, inst)
0 commit comments