Skip to content
Snippets Groups Projects
Commit 8c4b8da1 authored by Henry Luetcke's avatar Henry Luetcke Committed by Adam Laskowski
Browse files

dataset download

parent ed30a77b
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -186,6 +186,16 @@ classdef OpenBis ...@@ -186,6 +186,16 @@ classdef OpenBis
project.save(); project.save();
end end
%% Object methods
function sample_object = new_object(obj, type, space, code)
% Create a new object (sample) of specific type in a space
% Return the object object
sample_object = obj.pybis.new_sample(pyargs('type', type, 'space', space, 'code', code));
sample_object.save();
end
%% Dataset methods %% Dataset methods
% this section defines following Matlab methods: % this section defines following Matlab methods:
% get_datasets % get_datasets
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment