slaclab / pysmurf

Other
2 stars 9 forks source link

Add predataEmulator:Disable hooks #625

Closed ramiro050 closed 3 years ago

ramiro050 commented 3 years ago

Issue

This PR resolves #624.

Description

Creates two hooks for setting and getting the value of the Disable field in the predataEmulator. One can now set and get the values using the following:

S.set_predata_emulator_disable(True)
value = S.get_predata_emulator_disable()

Does this PR break any interface?