![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|


Public Member Functions | |
| __init__ (self, float size, float begin, float end, *Optional[int] width=None, Union[Color, str] color="default", Union[Color, str] bgcolor="default") | |
| str | __repr__ (self) |
| RenderResult | __rich_console__ (self, Console console, ConsoleOptions options) |
| Measurement | __rich_measure__ (self, Console console, ConsoleOptions options) |
Public Attributes | |
| size | |
| begin | |
| end | |
| width | |
| style | |
Additional Inherited Members | |
Protected Member Functions inherited from pip._vendor.rich.jupyter.JupyterMixin | |
| Dict[str, str] | _repr_mimebundle_ ("ConsoleRenderable" self, Sequence[str] include, Sequence[str] exclude, **Any kwargs) |
Renders a solid block bar.
Args:
size (float): Value for the end of the bar.
begin (float): Begin point (between 0 and size, inclusive).
end (float): End point (between 0 and size, inclusive).
width (int, optional): Width of the bar, or ``None`` for maximum width. Defaults to None.
color (Union[Color, str], optional): Color of the bar. Defaults to "default".
bgcolor (Union[Color, str], optional): Color of bar background. Defaults to "default".