Open
SCPI Command :
TDRT:CALibration:OPEN:NAME
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get_name() str[source]
# TDRT:CALibration:OPEN:NAME value: str = driver.tdrt.calibration.open.get_name()
Sets the file name, file format and path of the TDR/TDT calibration file to be opened. 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:OPEN:NAME driver.tdrt.calibration.open.set_name(path = 'abc')
Sets the file name, file format and path of the TDR/TDT calibration file to be opened. 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
open_copy = driver.tdrt.calibration.open.clone()
Subgroups