Xml-Rpc Command Reference; Parameter Api - IFM Electronic O3D301 Operating Instructions Manual

3d camera
Table of Contents

Advertisement

3D camera

13.5 XML-RPC Command Reference

13.5.1 Parameter API

The parameters setParameter, getParameter, getAllParameters and getAllParameterLimits are
implemented in the following RPC objects:
● Device
● Network
● Application
● ImagerConfig
● Filter
● Model
setParameter
Method name
Description
Input parameters
Output parameters
getParameter
Method name
Description
Input parameters
Output parameters
getAllParameters
Method name
Description
Input parameters
Output parameters
getAllParameterLimits
Method name
Description
Input parameters
Output parameters
38
setParameter
Sets a parameter to a specific value
1. Name of parameter:string
2. New value: string
Empty string (compatibility with classic XmlRPC client)
getParameter
Returns the current value of the parameter
Name of parameter: string
Value of parameter: string
getAllParameters
Returns all parameters of the object in one data structure
None
1. Struct (name contains the parameter name, value contains the
stringified parameter value)
getAllParameterLimits
Returns limits of all numeric parameters, that have limits defined on
the device
None
1. Struct of Structs (name in first struct is the parameter name,
substructs contains: min :string, max :string)
E.g.
{"ExposureTime1": { "min": "123", "max": "432" },
"ExposureTime2": { "min": "123", "max": "432" }}

Advertisement

Table of Contents
loading

This manual is also suitable for:

O3d303O3d313O3d311

Table of Contents