Skip to main content
Skip table of contents

get_configurable_io()

Features

Returns the currently set general IO settings information.

Parameters

None

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[16]

About Digital Input Settings

output

int[16]

About Digital Output Settings

Example

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

Related commands

  • None
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.