(self, id)
| 152 | return c.NONEXISTENT |
| 153 | |
| 154 | def retrieve_data(self, id): |
| 155 | str_send = "&f" + id + "Y" # set macro id |
| 156 | str_send += c.ESC + "&f2X" # execute macro |
| 157 | return self.echo2data(self.cmd(str_send)) |
| 158 | |
| 159 | # ------------------------[ put <local file> ]------------------------ |
| 160 | def put(self, path, data): |