Trimming.UsableWrange

Trimming.UsableWrange#

Trimming.UsableWrange.py

get_usable_wrange_impl(ssd)#

Get the usable W range for the given SSD data.

Parameters:

ssd (SSDData) – The SSD data to analyze.

Returns:

The usable W range as a UsableWrange object or as (start, stop) tuple.

Return type:

UsableWrange or (int, int)