Dahua_SetDoubleParameter
Sets parameter of type Double.
Syntax
C++
Python
def Dahua_SetDoubleParameter( state: Dahua_State, inParameter: str, inValue: float, /, *, inDeviceID: str | None = None ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | Dahua_State | ||
![]() |
inDeviceID | str | None | None | Device identifying number |
![]() |
inParameter | str | Name of parameter | |
![]() |
inValue | float | Value to set |
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.


