Source code for AFL.automation.instrument.NICEData
import warnings
try:
import nice
except ImportError:
warnings.warn('NICE import failed- NICE instrument connections will not work. Install nice.',stacklevel=2)
import warnings
try:
import nice
except ImportError:
warnings.warn('NICE import failed- NICE instrument connections will not work. Install nice.',stacklevel=2)