hasFst property

bool get hasFst

Whether a waveform file (FST/VCD) is available and found on disk.

Implementation

bool get hasFst => formats[RohdSourceFormat.fst]?.usable ?? false;