Source code for RsWaveform.SaveInterface
"""Save R&S waveform files."""
from __future__ import annotations
import abc
import typing
from .ParentStorage import ParentStorage
if typing.TYPE_CHECKING:
from pathlib import Path
"""Save R&S waveform files."""
from __future__ import annotations
import abc
import typing
from .ParentStorage import ParentStorage
if typing.TYPE_CHECKING:
from pathlib import Path