select_palette_begin#
- legend.select_palette_begin(args: Any) int #
Selection of legends, for which attributes will be set or modified.
The legends bracketed by these two commands are the ones to which subsequent legend commands will be applied.- Args:
- p0:
‘palette_name’ palette name
- Examples:
ensight.legend.select_palette_begin("pressure","velocity") ensight.legend.visible("ON")
- Returns:
zero on success, non-zero on error