STC_SetBoolParameter
Sets a parameter of type Bool.
Syntax
C++
Python
def STC_SetBoolParameter( state: Omron_State, inParameter: str, inValue: bool, /, *, inDeviceID: str | None = None ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
ioState | Omron_State | ||
![]() |
inDeviceID | str | None | None | Device identifying number |
![]() |
inParameter | str | Name of parameter | |
![]() |
inValue | bool | Value to set |


