diff --git a/plugins/Array10.java b/plugins/Array10.java index b257b46..b767a69 100644 --- a/plugins/Array10.java +++ b/plugins/Array10.java @@ -190,6 +190,10 @@ public class Array10 extends DeviceBase implements Readable, Cacheable, Readable return devArray; } + public Array10Matrix getDevMatrix(){ + return devMatrix; + } + @Override protected void doClose() throws IOException { stop();