Calibration

SCPI Command :

TDRT:CALibration:USECaldata
Commands in total: 5
Subgroups: 2
Direct child commands: 1
get_use_cal_data() bool[source]
# TDRT:CALibration:USECaldata
value: bool = driver.tdrt.calibration.get_use_cal_data()

Disables or enables the frequency response calibration. Without calibration, the measured signals are only rescaled, and you can see the impact of the frequency response calibration on the time domain waveform. The command is not relevant when measuring with default values.

Returns:

use_calibration_dat: OFF | ON

set_use_cal_data(use_calibration_dat: bool) None[source]
# TDRT:CALibration:USECaldata
driver.tdrt.calibration.set_use_cal_data(use_calibration_dat = False)

Disables or enables the frequency response calibration. Without calibration, the measured signals are only rescaled, and you can see the impact of the frequency response calibration on the time domain waveform. The command is not relevant when measuring with default values.

Parameters:

use_calibration_dat – OFF | ON

Cloning the Group

# Create a copy of the original group, that exists independently
calibration_copy = driver.tdrt.calibration.clone()

Subgroups