Offset amplitude.
(self)
| 129 | |
| 130 | @Feat(units='V') |
| 131 | def offset(self): |
| 132 | """Offset amplitude. |
| 133 | """ |
| 134 | return self.parse_query('RFLV:OFFS?', |
| 135 | format=':RFLV:OFFS:VALUE {0:f};{_}') |
| 136 | |
| 137 | @offset.setter |
| 138 | def offset(self, value): |
no test coverage detected