-
|
Working on building up some test scripts, and I like having the STDOUT CMD reflection. However, when I do an ASCII data query (scope.commands.curve.query() ), it writes the entire massive record to STDOUT. I've tried changing the scope.verbose attribute before/after making the curve.query, but isn't writeable. Is there a good workaround for keeping the verbose mode, but dropping the output just for the curve query? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
Not yet, see #396 |
Beta Was this translation helpful? Give feedback.
-
|
You could add some external logging suppression around that line of code yourself, but tm_devices doesn't yet have that functionality natively. |
Beta Was this translation helpful? Give feedback.
You could add some external logging suppression around that line of code yourself, but tm_devices doesn't yet have that functionality natively.