Save

SCPI Command :

TDRT:CALibration:SAVE:NAME
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get_name() str[source]
# TDRT:CALibration:SAVE:NAME
value: str = driver.tdrt.calibration.save.get_name()

Sets the file name, file format and path of the TDR/TDT calibration file to be saved. The file format is always .xml.

Returns:

path: String with path and file name with extension .xml

set_name(path: str) None[source]
# TDRT:CALibration:SAVE:NAME
driver.tdrt.calibration.save.set_name(path = 'abc')

Sets the file name, file format and path of the TDR/TDT calibration file to be saved. The file format is always .xml.

Parameters:

path – String with path and file name with extension .xml

Cloning the Group

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

Subgroups