slaclab / pysmurf

Other
2 stars 10 forks source link

Hooks to set "Disable" field in predataEmulator #624

Closed ramiro050 closed 3 years ago

ramiro050 commented 3 years ago

Describe the problem

I cannot set the Disable field in the predataEmulator without launching the smurf GUI.

Describe the solution you'd like

Hooks to set and get the Disable field as:

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