Service request enable register. Decimal sum of the bits in the register.
(self)
| 77 | |
| 78 | @Feat() |
| 79 | def service_request_enabled(self): |
| 80 | """Service request enable register. |
| 81 | |
| 82 | Decimal sum of the bits in the register. |
| 83 | """ |
| 84 | return int(self.query('*SRE?')) |
| 85 | |
| 86 | @service_request_enabled.setter |
| 87 | def service_request_enabled(self, value): |