Skip to main content
Skip table of contents

get_configurable_io()

기능 

현재 설정된 일반 io 설정 정보를 반환합니다.

인수

없음

리턴

자료형

설명

ret

class.config_configurable_io

 일반 io 설정 정보

클래스

class.config_configuarable_io

Field

자료형

설명

obj

list

해당 클래스의 object 정보

input

int[16]

Digital Input 설정 정보

output

int[16]

Digital output 설정 정보

예제

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


관련 명령어

  • 없음
JavaScript errors detected

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

If this problem persists, please contact our support.