yadg.extractors.custom.fhimcpt package
Submodules
- yadg.extractors.custom.fhimcpt.csv.extract(*, fn, encoding, timezone, parameters, **kwargs)
Legacy MCPT measurement log parser.
This parser is included to maintain parity with older schemas and datagrams. It is essentially a wrapper around
yadg.parsers.basiccsv.main.process_row().DEPRECATED in
yadg-4.0For new applications, please use the
basiccsvparser.- Parameters:
fn (
str) – File to processencoding (
str) – Encoding offn, by default “utf-8”.timezone (
str) – A string description of the timezone. Default is “localtime”.parameters (
BaseModel) – Parameters forMeasCSV.
- Returns:
A
xarray.Datasetcontaining the timesteps, metadata, and full date tag. No metadata is returned. The full date is always provided inmeascsvcompatible files.- Return type:
- yadg.extractors.custom.fhimcpt.vna.extract(*, fn, encoding='utf-8', **kwargs)
VNA reflection trace parser for Agilent’s LabVIEW driver.
- Parameters:
fn (
str) – File to processencoding (
str) – Encoding offn, by default “utf-8”.
- Returns:
A
datatree.DataTreecontaining a singlexarray.Datasetwith theS11(reflection) trace.- Return type: