new-telnet-console-comp new-text-graphics-console-comp
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

new-text-console-comp

Synopsis

new-text-console-comp ["name"] ["bg_color"] ["fg_color"] [height] ["title"] [width] ["win32_font"] [window] ["x11_font"]

Description

This command creates an instantiated component of the class text_console_comp.

The class description for the text_console_comp class: The "text_console_comp" component represents a serial text console.

name is Optional
If not specified, the component will get a class-specific default name.

bg_color is Optional
The background color.

fg_color is Optional
The foreground color.

height is Optional
The height of the console window.

title is Optional
The Window title.

width is Optional
The width of the console window.

win32_font is Optional
Font to use in the console on Windows host.

window is Optional
Try to open window if TRUE (default). FALSE disables the window.

x11_font is Optional
Font to use in the console when using X11 (Linux/Solaris host).

Provided By

std-comp
new-telnet-console-comp new-text-graphics-console-comp