MATLAB EMBEDDED IDE LINK 4 - FOR USE WITH ALTIUM TASKING Specifications Page 59

  • Download
  • Add to my manuals
  • Print
  • Page
    / 67
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 58
Appendix A
A-14
PYTHON
7 REDIR2CW
ConsoleHorScrollBar( request
)
Determine the new state of the scrollbar, or query its curr
ent state.
Value Function
>0 Turn on the scrollbar.
0 Turn off the scrollbar.
-1 Return a value >0 indicating if the scroll bar is on, else 0.
-2 Toggle the scrollbar state.
<-2 No op.
In all cases except -1, the return value indicates whether or not the
scrollbar was on prior to the call.
SelectIODevice(input_channel_nr, output_channel_nr)
Select where STDIO is connected to in EDE.
Channel numbers:
cw_console
cw_current_document_buffer
cw_selected_text
cw_clipboard
cw_current_scrap_buffer
Default STDIO is connected to cw_console.
Returns the previously selected I/O device numbers in a tuple (input,
output).
ClearConsole(
)
This function erases the content of the Python console window.
PollControlBreak(
)
Polls the EDE GUI, without any time interval. If control break is hit, an
KeyboardInterrupt exception is raised. This function is necessary
because the Python interpreter does not provide a hook to do this
internally.
Page view 58
1 2 ... 54 55 56 57 58 59 60 61 62 63 64 65 66 67

Comments to this Manuals

No comments