Skip to content

Instantly share code, notes, and snippets.

@apleonhardt
Created February 25, 2013 11:39
Show Gist options
  • Save apleonhardt/5029281 to your computer and use it in GitHub Desktop.
Save apleonhardt/5029281 to your computer and use it in GitHub Desktop.
% Displays a list of available blocks:
gnode.browse(g, 'block');
% Retrieve a list of available segments:
segments = gnode.get_list(g, 'segment');
% segments: {'segment_1', 'segment_2', 'segment_6', ...}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment