piel.experimental.measurements.frequency#

Functions#

compose_vna_s_parameter_measurement(...)

There should only be one .s2p s-parameter file in this directory. If there are more than one, it will read the first one.

compose_vna_power_sweep_measurement(...)

There should only be one .s2p s-parameter file in this directory. If there are more than one, it will read the first one.

Module Contents#

compose_vna_s_parameter_measurement(instance_directory: piel.types.PathTypes, skip_missing: bool = False, **kwargs) piel.types.experimental.VNASParameterMeasurement[source]#

There should only be one .s2p s-parameter file in this directory. If there are more than one, it will read the first one. This function will iterate through the instance directory and find the .s2p file. It will return a measurement accordingly.

compose_vna_power_sweep_measurement(instance_directory: piel.types.PathTypes, skip_missing: bool = False, **kwargs) piel.types.VNAPowerSweepMeasurement[source]#

There should only be one .s2p s-parameter file in this directory. If there are more than one, it will read the first one. This function will iterate through the instance directory and find the .s2p file. It will return a measurement accordingly.