Created
September 15, 2014 18:46
-
-
Save djvine/5f907a1ac4e6067d04df to your computer and use it in GitHub Desktop.
Demonstrating how to change the exchange group using the 'root' parameter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f.add_entry( | |
DataExchangeEntry.data( | |
root='/exchange_1', | |
data={'value': data, 'units':'counts', 'description': 'transmission', 'axes':'theta:y:x' } | |
) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment