This module is part of the Python Pool library. It defines the base classes for ZeroDExpChannel
Classes
Bases: sardana.pool.poolbasechannel.PoolBaseChannel
alias of Value
alias of Pool0DAcquisition
Returns the accumulated value attribute object for this 0D.
| Returns: | the accumulated value attribute |
|---|---|
| Return type: | SardanaAttribute |
Returns the current value attribute object for this 0D.
| Returns: | the current value attribute |
|---|---|
| Return type: | SardanaAttribute |
Gets the accumulated value for this 0D.
| Returns: | a SardanaValue containing the 0D value |
|---|---|
| Return type: | SardanaAttribute |
| Raises: | Exception if no acquisition has been done yet on this 0D |
Reads the 0D value from hardware.
| Returns: | a SardanaValue containing the counter value |
|---|---|
| Return type: | SardanaValue |
Sets a value.
| Parameters: |
|
|---|
Returns the counter value.
| Returns: | the 0D accumulated value |
|---|---|
| Return type: | SardanaAttribute |
0D value
0D value