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

Method trigger_logic

lantz/drivers/kentech/hri.py:103–106  ·  view source on GitHub ↗

Trigger logic.

(self, value)

Source from the content-addressed store, hash-verified

101
102 @Feat(None, values={'ecl': 'ECLTRIG', 'ttl': 'TTLTRIG'})
103 def trigger_logic(self, value):
104 """Trigger logic.
105 """
106 self.query_expect(value)
107
108 @Feat(None, values={'high': 'HITRIG', '50ohm': '50TRIG}'})
109 def trigger_ttl_termination(self, value):

Callers

nothing calls this directly

Calls 1

query_expectMethod · 0.95

Tested by

no test coverage detected