Contains the representation of the digital multimeter.
More...
Contains the representation of the digital multimeter.
◆ getAllChannels()
virtual std::vector<std::string> libm2k::analog::DMM::getAllChannels |
( |
| ) |
|
|
pure virtual |
Retrieve all channels.
- Returns
- A list containing the name of all channels
◆ getName()
virtual std::string libm2k::analog::DMM::getName |
( |
| ) |
|
|
pure virtual |
Retrieve the device's name.
- Returns
- The name of the device
◆ readAll()
Retrieve additional information about all channels.
- Returns
- A list containing structures for each channel
◆ readChannel() [1/2]
Retrieve additional information about the given channel.
- Parameters
-
index | The index corresponding to the channel |
- Returns
- A structure containing additional information
◆ readChannel() [2/2]
Retrieve additional information about the given channel.
- Parameters
-
chn_name | The name corresponding to the channel |
- Returns
- A structure containing additional information