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

Method trigger_logic

lantz/drivers/legacy/kentech/hri.py:94–97  ·  view source on GitHub ↗

Trigger logic.

(self, value)

Source from the content-addressed store, hash-verified

92
93 @Feat(None, values={'ecl': 'ECLTRIG', 'ttl': 'TTLTRIG'})
94 def trigger_logic(self, value):
95 """Trigger logic.
96 """
97 self.query_expect(value)
98
99 @Feat(None, values={'high': 'HITRIG', '50ohm': '50TRIG}'})
100 def trigger_ttl_termination(self, value):

Callers

nothing calls this directly

Calls 1

query_expectMethod · 0.95

Tested by

no test coverage detected