3.7.0 3.6.0 3.5.0 3.4.0 3.3.0 3.2.2 3.2.1 3.2.0 Korean English Chinese Czech Dutch French German Hungarian Italian Japanese Polish Portuguese Spanish
3.7.0 3.6.0 3.5.0 3.4.0 3.3.0 3.2.2 3.2.1 3.2.0 Korean English Chinese Czech Dutch French German Hungarian Italian Japanese Polish Portuguese Spanish

get_configurable_io()

Features

Returns the currently set general IO settings information.

Return

Value

Data Types

Description

ret

class.config_configurable_io

About general IO settings

Class

class.config_configuarable_io

Field

Data Types

Description

obj

list

Object information for that class

input

int[32]

About Digital Input Settings

output

int[32]

About Digital Output Settings

Example

Python
ret = get_configurable_io()
print(ret.input)
print(ret.output)

Keyword

get_configurable / configurable / configurable _io