dwfpy.configuration.Configuration
- class Configuration(index)[source]
Bases:
objectConfiguration set for Digilent WaveForms devices.
Methods
Attributes
Gets the Analog Input buffer size.
Gets the total number of Analog Input channels.
Gets the total number of Analog IO channels.
Gets the Analog Output buffer size.
Gets the total number of Analog Output channels.
Gets the Digital Input buffer size.
Gets the total number of Digital Input channels.
Gets the total number of Digital IO channels.
Gets the Digital Output buffer size.
Gets the total number of Digital Output channels.
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