mahos.inst.pd.LUCI10#
- class mahos.inst.pd.LUCI10(name, conf=None, prefix=None)#
Wrapper for FEMTO Messtechnik LUCI-10 DLL.
You need following: 1. Install LUCI-10 software (you can skip LabVIEW driver installation). 2. Place C DLL (C:Program Files (x86)FEMTOLUCI-10DriverLUCI_10_x64.dll) somewhere.
- Parameters:
dll_dir (str) – The directory path containing DLL.
index (int) – (default: 1) Index of LUCI10 device.
- __init__(name, conf=None, prefix=None)#
Methods
__init__
(name[, conf, prefix])get
(key[, args, label])Get an instrument setting or measurement data.
get_devices
()get_id
()get_pin
(pin)Get pin status.
get_product_string
()set
(key[, value, label])Set an instrument setting or commanding value.
set_led
(on)write_data
(data)write data (output pin values).