MCPcopy Create free account
hub / github.com/LabPy/lantz / service_request_enabled

Method service_request_enabled

lantz/drivers/ieee4882.py:79–84  ·  view source on GitHub ↗

Service request enable register. Decimal sum of the bits in the register.

(self)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 1

queryMethod · 0.45

Tested by

no test coverage detected