File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,9 @@ returns `ump-4` because the CLI launch command is `ephys_link.exe -b -t ump-4`.
5353Sometimes you may want to pass extra data to your binding on initialization. For example, New Scale Pathfinder MPM
5454bindings needs to know what the HTTP server port is. To add custom arguments, define them as arguments on the ` __init__ `
5555method of your binding then pass in the appropriate data when the binding is instantiated in the [
56- ` _get_binding_instance ` ] ( ) method of the [ ` PlatformHandler ` ] [ ephys_link.back_end.platform_handler ] . Use [ New Scale
57- Pathfinder MPM's binding] [ ephys_link.bindings.mpm_binding ] as an example for how to do this.
56+ ` _get_binding_instance ` ] ( https://github.com/VirtualBrainLab/ephys-link/blob/f79c1ec68ec1805e1a4e231e1934127893f7bd20/src/ephys_link/back_end/platform_handler.py#L58 )
57+ method of the [ ` PlatformHandler ` ] [ ephys_link.back_end.platform_handler ] .
58+ Use [ New Scale Pathfinder MPM's binding] [ ephys_link.bindings.mpm_binding ] as an example for how to do this.
5859
5960## Test Your Binding
6061
You can’t perform that action at this time.
0 commit comments