API Reference v9.2.0

DeviceSettingsclass

Module: ZaberMotionBinary

Class providing access to various device settings and properties.

To use this type, add import ZaberMotionBinary to the top of your source code.

Index

mMethods

Methods

m

get()

asyncthrows
try await deviceSettings.get(setting, unit = Units.native)
Returns any device setting or property.
Arguments
NameTypeDescription
settingBinarySettingsSetting to get.
unitUnitsUnits of setting.
Return Value
Double Setting value.
m

set()

asyncthrows
try await deviceSettings.set(setting, value, unit = Units.native)
Sets any device setting.
Arguments
NameTypeDescription
settingBinarySettingsSetting to set.
valueDoubleValue of the setting.
unitUnitsUnits of setting.