Connecting Python to Zapit
Installation and basic use of the Zapit Python bridge
Setting up
pip install zapit-Python-BridgeTest the bridge
import zapit_python_bridge.bridge as zpb
hZP = zpb.bridge()
hZP.num_stim_cond()Last updated