navigableSourceFormats property
All source-navigable formats (ROHD, SV, SystemC) that are usable for this module, in display order. Excludes RohdSourceFormat.fst (a waveform, not a navigable source).
Implementation
List<RohdSourceFormat> get navigableSourceFormats => [
if (hasRohd) RohdSourceFormat.rohd,
if (hasSv) RohdSourceFormat.sv,
if (hasSc) RohdSourceFormat.sc,
];