forked from PyMoDAQ/pymodaq_plugins_smaract
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin_info.toml
More file actions
22 lines (17 loc) · 980 Bytes
/
plugin_info.toml
File metadata and controls
22 lines (17 loc) · 980 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## To modify by developper(s) of the plugin
[plugin-info]
SHORT_PLUGIN_NAME = 'smaract' #for instance daqmx
package-url = 'https://github.com/PyMoDAQ/pymodaq_plugins_smaract' #to modify
description = 'Set of PyMoDAQ plugins for linear actuators from Smaract (SLC positioners). MCS and MCS2 controllers are supported.'
author = 'David Bresteau'
author-email = 'david.bresteau@cea.fr'
license = 'MIT'
[plugin-install]
#packages required for your plugin:
packages-required = ['instrumental-lib', 'pymodaq>=4.0.7']
[features] # defines the plugin features contained into this plugin
instruments = true # true if plugin contains instrument classes (else false, notice the lowercase for toml files)
extensions = false # true if plugins contains dashboard extensions
models = false # true if plugins contains pid models
h5exporters = false # true if plugin contains custom h5 file exporters
scanners = false # true if plugin contains custom scan layout (daq_scan extensions)