Data For "Using Commercial Source Measure Units For Traceable RF Power Measurements" For The 2024 ARFTG Conference In Washington, DC.
Department of Commerce
@usgov.doc_gov_data_for_using_commercial_source_measure_units_436f6b9b
Department of Commerce
@usgov.doc_gov_data_for_using_commercial_source_measure_units_436f6b9b
As a National Metrology Institute (NMI), the National Institute of Standards and Technology (NIST) maintains traceable measurement capabilities for a variety of quantities, including microwave power. At NMIs and calibration laboratories, traceable microwave power measurements often rely on the principle of dc substitution. This approach involves a power meter that provides dc power to a sensor under test. DC substitution power meters are typically implemented by analog electronics, making them difficult to maintain. Here, we explore programmable source measure units as an alternative implementation of the power meter. We offer a preliminary uncertainty analysis and describe a method to reduce measurement uncertainty due to the accuracy of the measurement equipment. This is data for the manuscript "Using Commercial Source Measure Units for Traceable RF Power Measurements" for the 2024 ARFTG conference.
Organization: Department of Commerce
Last updated: 2025-09-30T05:33:16.933018
Tags: calibration-services, power
CREATE TABLE coefficient_history_data (
"unnamed_0" BIGINT -- Unnamed: 0,
"dates" TIMESTAMP,
"v0_mu_singlecal" DOUBLE,
"v0_sd_singlecal" DOUBLE,
"v0_mu_longterm" DOUBLE,
"v0_sd_longterm" DOUBLE,
"vm_mu_singlecal" DOUBLE,
"vm_sd_singlecal" DOUBLE,
"vm_mu_longterm" DOUBLE,
"vm_sd_longterm" DOUBLE,
"i0_mu_singlecal" DOUBLE,
"i0_sd_singlecal" DOUBLE,
"i0_mu_longterm" DOUBLE,
"i0_sd_longterm" DOUBLE,
"im_mu_singlecal" DOUBLE,
"im_sd_singlecal" DOUBLE,
"im_mu_longterm" DOUBLE,
"im_sd_longterm" DOUBLE
);CREATE TABLE model_uncertainty_data (
"unnamed_0" BIGINT -- Unnamed: 0,
"nominal_power_mw" DOUBLE -- Nominal Power (mW),
"n__i_mathrm_ref_specified_accuracy_uw" DOUBLE -- $I {\mathrm{ref}}$ Specified Accuracy (uW),
"long_term_repeatability_uw" DOUBLE -- Long Term Repeatability (uW),
"n__v_mathrm_ref_specified_accuracy_uw" DOUBLE -- $V {\mathrm{ref}}$ Specified Accuracy (uW),
"short_term_repeatability_uw" DOUBLE -- Short Term Repeatability (uW),
"uncalibrated_smu_perfectly_correlated_uw" DOUBLE -- Uncalibrated SMU, Perfectly Correlated (uW),
"uncalibrated_smu_independent_uw" DOUBLE -- Uncalibrated SMU, Independent (uW),
"long_term_calibrated_smu_uw" DOUBLE -- Long Term Calibrated SMU (uW)
);CREATE TABLE residuals_data (
"unnamed_0" BIGINT -- Unnamed: 0,
"vsmu_v" DOUBLE -- Vsmu (V),
"ismu_ma" DOUBLE -- Ismu (mA),
"residual_uncalibrated_v_uv" DOUBLE -- Residual Uncalibrated V (uV),
"residual_calibrated_v_uv" DOUBLE -- Residual Calibrated V (uV),
"residual_uncalibrated_i_ua" DOUBLE -- Residual Uncalibrated I (uA),
"residual_calibrated_i_ua" DOUBLE -- Residual Calibrated I (uA)
);CREATE TABLE sample_run_data (
"unnamed_0" BIGINT -- Unnamed: 0,
"t_smu_s" DOUBLE -- T Smu (s),
"r_smu_ohms" DOUBLE -- R Smu (Ohms),
"p_smu_w" DOUBLE -- P Smu (W)
);Anyone who has the link will be able to view this.