1function outputFileName = writeJMVA(sn, outputFileName, options)
2% FNAME = WRITEJMVA(SN, FNAME, OPTIONS)
4% Write the chain-aggregated model to a JMVA XML file. The writer itself
5% lives in @JMTIO/writeJMVA.m, next to the other JMT serializers, and
is
6% delegated to here rather than duplicated: the two copies had already
7% drifted, with
this one supporting load-dependent open models that the
10% Copyright (c) 2012-2026, Imperial College London
13outputFileName = JMTIO.writeJMVA(sn, outputFileName, options);