hasFst property
Whether a waveform file (FST/VCD) is available and found on disk.
Implementation
bool get hasFst => formats[RohdSourceFormat.fst]?.usable ?? false;
Whether a waveform file (FST/VCD) is available and found on disk.
bool get hasFst => formats[RohdSourceFormat.fst]?.usable ?? false;