get_format
get_format(
self ,
path: str | Path ,
)-> tuple[str, str] | bool
Return a tuple of (TDMS, version) if TDMS else False.
Parameters
Parameter | Description |
---|---|
path | A path to the file which may contain silixa data. |
method of dascore.io.tdms.core.TDMSFormatterV4713 | source |
get_format(
self ,
path: str | Path ,
)-> tuple[str, str] | bool
Return a tuple of (TDMS, version) if TDMS else False.
Parameter | Description |
---|---|
path | A path to the file which may contain silixa data. |