mdsplus
mdsplus copied to clipboard
The MDSplus data management system
$ROPRAND is no longer ignored in SUM operations while [documentation](https://www.mdsplus.org/index.php/Documentation:Reference:TDI_S2#sum) still says it should be ignored. TDI> SUM([1.,$ROPRAND]) $ROPRAND while in older versions (e.g. stable_release-7-1-10) TDI> SUM([1.,$ROPRAND]) 1.
When using segments to store data in a node, we have found some weird behaviour when either reading the whole node or extracting a single segment using `GetSegment.fun`. The documentation...
mdsvalue.m returns an MDSobject and status, however, in mdsput the object is inserted into the status and no status is returned. please return also status
KSTAR has run into a problem with a set of arithmetic nodes that evaluate fine on 6.1-84 but not on the current versions. The nodes decompile to things like: ```...
Hi gang, One of our guys is trying to use his new windows 11 laptop to view data but following same instructions for thick client config used for windows 10,...
Hi. I am experiencing a bug when accessing a particular signal node in our tree. It was discovered when using jScope to attempt to plot a particular signal, but trying...
Not sure if this is the right place to ask this, but I'm having trouble accessing the atlas server from non-"official" servers to try to get at DIIID data. I...
There are multiple conflicting sources of information describing the available scheduling capabilities as of Jan 2022 (see example image snips below). I'm interested in knowing what scheduling types are actually...
In \mdsplus-alpha\mdstcpip\mdsipshr\ParseCommand.c:284, mdsplus trys to use perror get last error. However, perror() used in win32 can only get the string "no error", which should be GetLastError().