neurospaces 0.1675 Thu, 27 Dec 2007 15:58:18 -0600 hugo| 1. Low-level yaml export of the loaded neuroml |
| 1. Expected output |
definition:
url: http://www.nineml.org/neurons/Poisson.xml
name: E_ext
note:
text: Poisson input (page 185)
properties:
random:
reference: NineML/RNG
rate:
unit: Hz
value: 10
|
| 1. Expected output |
#!neurospacesparse
// -*- NEUROSPACES -*-
NEUROSPACES NDF
IMPORT
END IMPORT
PRIVATE_MODELS
RANDOMVALUE NineML/RNG
PARAMETERS
PARAMETER ( RANDOMSEED = 452145 ),
END PARAMETERS
END RANDOMVALUE
END PRIVATE_MODELS
PUBLIC_MODELS
FIBER E_ext
PARAMETERS
PARAMETER ( RATE = 10 ),
END PARAMETERS
CHILD NineML/RNG NineML/RNG
END CHILD
END FIBER
END PUBLIC_MODELS
|