Skip to content

SPICE_DATA::get_variable_unit

Martin Wiesmann edited this page Nov 25, 2022 · 2 revisions

Source code: SPICE_DATA::get_variable_unit

Class: SPICE_DATA

Description

This method returns the physical units of the data, taken from the header keyword 'BUNIT'. This is an empty string if keyword does not exist.

Syntax

unit = spice_object->get_variable_unit()

Return Value

Returns a string, the unit of the data.

Clone this wiki locally