org.autoplot.jythonsupport.GetDataSetsCommand
new implementation of the dataset command allows for keywords in the
Jython environment.
{@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' )
}
GetDataSetsCommand( )
__doc__
__call__
__call__( PyObject[] args, java.lang.String[] keywords ) → PyObject
implement the python call.
Parameters
args - the "rightmost" elements are the keyword values.
keywords - the names for the keywords.
Returns:
Py.None
[search for examples]
[view on GitHub]
[view on old javadoc]
[view source]