<h2>org.autoplot.jythonsupport.GetDataSetsCommand</h2><p>new implementation of the dataset command allows for keywords in the Jython environment. <blockquote><pre><small>{@code Tp,Np=getDataSets( ['vap+cdaweb:ds=STA_L2_MAGPLASMA_1M&id=Tp','vap+cdaweb:ds=STA_L2_MAGPLASMA_1M&id=Np'],'2022-12-24' ) }</small></pre></blockquote></p> <h2>GetDataSetsCommand( )</h2> <p></p> <hr> <a name="__doc__"></a> <h2>__doc__</h2> <p></p> <hr> <a name="__call__"></a> <h2>__call__</h2> __call__( PyObject[] args, <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String[]</a> keywords ) → PyObject <p>implement the python call.</p> <h3>Parameters</h3> args - the "rightmost" elements are the keyword values. <br> keywords - the names for the keywords. <h3>Returns:</h3> Py.None <br><br> <a href="https://github.com/autoplot/dev/search?q=__call__&unscoped_q=__call__">[search for examples]</a> <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/jythonsupport/GetDataSetsCommand.md">[view on GitHub]</a> <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/jythonsupport/GetDataSetsCommand.html#__call__">[view on old javadoc]</a> <a href="https://sourceforge.net/p/autoplot/code/HEAD/tree/autoplot/trunk/JythonSupport/src/org/autoplot/jythonsupport/GetDataSetsCommand.java#l60">[view source]</a> <br> <br>