API Reference v9.1.0

DeviceDbSourcedata class

Module: zaber_motion

A source that device information can be retrieved from.

To use this type, add from zaber_motion import DeviceDbSource to the top of your source code.

Properties

p

source_type

device_db_source.source_type
DeviceDbSourceType Whether the source is a web service or a local DB file.
p

url_or_file_path

optional
device_db_source.url_or_file_path
Optional[str] The URL of the web service or path to the local DB file.