dwfpy.configuration.Configuration

class Configuration(index)[source]

Bases: object

Configuration set for Digilent WaveForms devices.

Methods

Attributes

analog_in_buffer_size

Gets the Analog Input buffer size.

analog_in_channel_count

Gets the total number of Analog Input channels.

analog_io_channel_count

Gets the total number of Analog IO channels.

analog_out_buffer_size

Gets the Analog Output buffer size.

analog_out_channel_count

Gets the total number of Analog Output channels.

digital_in_buffer_size

Gets the Digital Input buffer size.

digital_in_channel_count

Gets the total number of Digital Input channels.

digital_io_channel_count

Gets the total number of Digital IO channels.

digital_out_buffer_size

Gets the Digital Output buffer size.

digital_out_channel_count

Gets the total number of Digital Output channels.

text_info

Gets an extra configuration information string.

property analog_in_buffer_size: int

Gets the Analog Input buffer size.

Return type

int

property analog_in_channel_count: int

Gets the total number of Analog Input channels.

Return type

int

property analog_io_channel_count: int

Gets the total number of Analog IO channels.

Return type

int

property analog_out_buffer_size: int

Gets the Analog Output buffer size.

Return type

int

property analog_out_channel_count: int

Gets the total number of Analog Output channels.

Return type

int

property digital_in_buffer_size: int

Gets the Digital Input buffer size.

Return type

int

property digital_in_channel_count: int

Gets the total number of Digital Input channels.

Return type

int

property digital_io_channel_count: int

Gets the total number of Digital IO channels.

Return type

int

property digital_out_buffer_size: int

Gets the Digital Output buffer size.

Return type

int

property digital_out_channel_count: int

Gets the total number of Digital Output channels.

Return type

int

property text_info: str

Gets an extra configuration information string.

Return type

str