write¶
-
Cauldron.ktl.write(service, keyword, *args, **kwargs) [edit on github]¶ Perform a KTL write for this keyword.
valueis the new value to write to the keyword. Ifbinaryis set to True, value will be interpreted as a binary representation; the default behavior is to interpret value as an ascii representation. The behavior of timeout is the same as forread().This is an abstract method. Backends must implement this method