Device Server controlling the Wiener MPOD and it`s power modules such as
- Wiener LV power supplies
- iseg HV power supplies
It contains low level access functions for directly accessing the
SNMP protocol.
These functions are named `snmp...`.
It also contains high level access functions for controlling:
- the crate functionality. The functions are named `crate...`.
The `crateGet...` functions don`t take arguments.
The `crateSet...` functions need the new value as argument.
- the module functionality. The functions are named `module...`.
The `moduleGet...` functions need the `slot_index` as argument.
The `moduleSet...` functions need the `slot_index` and the new value as argument.
- the channel functionality. The functions are named `channel...`.
The `channelGet...` functions need the `slot_index` and the `channel_index` as arguments.
The `channelSet...` functions need the `slot_index`, the `channel_index` and new value as arguments.
- the group functionality. The functions are named `group...`.
The `groupGet...` functions requires the `group_index` as argument.
The `groupSet...` functions need the `group_index` ant the new value as argument.
Further information can be found on the manufacturer`s web sites
and in the user manuals for MPOD and the inserted modules.