Hi All,
In lab yesterday, we talked about how to change the name of the log file itself by adding the "name()" option (command: "log using FILENAME.scml, name(NAME)"). A few students were then getting a "log file already open" error when trying to use the "log using" command. And then subsequently getting the "no log file open" error when using "log close".
Turns out, when you name the log file, you then have to specific the name to close it. Thus, to fix this error, you need to use "log close NAME". Alternatively, you can type "log close all" which should close all open log files, even those that were named.
Note: words in all caps represent those that you need to replace before running the code