To use this type, add from zaber_motion.binary import DeviceSettings to the top of your source code.
device_settings.get(setting, unit = Units.NATIVE)| Name | Type | Description |
|---|---|---|
| setting | BinarySettings | Setting to get. |
| unit | UnitsAndLiterals | Units of setting. |
float Setting value.device_settings.set(setting, value, unit = Units.NATIVE)| Name | Type | Description |
|---|---|---|
| setting | BinarySettings | Setting to set. |
| value | float | Value of the setting. |
| unit | UnitsAndLiterals | Units of setting. |