SPICE_DATA::get_window_id - ITA-Solar/solo-spice-ql GitHub Wiki

Source code: SPICE_DATA::get_window_id

Class: SPICE_DATA

Description

Returns the window ID of one or more windows. 'window_index' is optional. If it is not provided, window IDs of all windows are returned. If it is scalar, the result will be a scalar string, and if window_index is an array, the result will be a string array of same size.

Syntax

array = spice_object->get_window_id( window_index )

Return Value

String or string array.

Arguments

window_index

Scalar or array of indices of windows. Default is all windows.