DeviceChannelConfiguration#
This is the class for python channel configuration.
property caption#
Queries the designation of the device.
Returns#
| Type | Description |
|---|---|
| str | The designation of the device. |
property channel_number#
Queries the number of channels.
Returns#
| Type | Description |
|---|---|
| int | The number of channels. |
property device_class#
Queries the class of the device.
Returns#
| Type | Description |
|---|---|
| str | The class of the device. |
property guid#
Returns the universally unique identifier of the configuration with which this channel was parameterized.
Returns#
| Type | Description |
|---|---|
| Guid | The guid. |
property name#
Queries the name of the channel.
Returns#
| Type | Description |
|---|---|
| str | The name of the channel. |