80 QJsonObject
toJson()
const;
mna library export/import macros.
MNE Analysis Container Format (mna/mnx).
Inline code for script-type graph nodes.
bool keepTempFile
true → preserve temp script file after execution (debug aid)
QString code
The inline source code (resolved at save-time if sourceUri is set).
static MnaScript fromJson(const QJsonObject &json)
static MnaScript fromCbor(const QCborMap &cbor)
QString codeSha256
SHA-256 of code for integrity verification.
QString language
"python", "shell", "r", "matlab", "octave", "julia"
QJsonObject toJson() const
QStringList interpreterArgs
Extra args before the script file (e.g. ["-u"] for unbuffered Python).