kepconfig.connectivity
connectivity module provides functionality to manage Kepware driver configuration
available through the Kepware Configuration API. This includes channels, devices,
tags, tag groups and driver specific objects.
Driver specific object support, if available, through their own modules. Currently the GE Ethernet Global Data and Universal Device Drivers have driver specific API support in the SDK.
1# ------------------------------------------------------------------------- 2# Copyright (c) PTC Inc. and/or all its affiliates. All rights reserved. 3# See License.txt in the project root for 4# license information. 5# -------------------------------------------------------------------------- 6 7r"""`connectivity` module provides functionality to manage Kepware driver configuration 8available through the Kepware Configuration API. This includes channels, devices, 9tags, tag groups and driver specific objects. 10 11Driver specific object support, if available, through their own modules. Currently 12the GE Ethernet Global Data and Universal Device Drivers have driver specific API 13support in the SDK. 14""" 15from . import channel, device, tag, egd, udd