IPWorks IoT 2020 Python Edition

Questions / Feedback?

response_option_value Property

The option's value.

Syntax

def get_response_option_value(response_option_index: int) -> str: ...
def set_response_option_value(response_option_index: int, value: str) -> None: ...

Default Value

""

Remarks

The option's value.

This property specifies the option's value. The response_option_value_type property specifies the data type of the value.

The response_option_index parameter specifies the index of the item in the array. The size of the array is controlled by the response_option_count property.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks IoT 2020 Python Edition - Version 20.0 [Build 8265]