Name
SCPI Command :
MTESt:FILE:NAME
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mask_test_name: str) str[source]
# MTESt:FILE:NAME value: str = driver.mtest.file.name.get(mask_test_name = 'abc')
Specifies a file to save the mask test.
- Parameters:
mask_test_name – String with the name of the mask test
- Returns:
path: String containing path and file name, format .xml
- set(mask_test_name: str, path: str) None[source]
# MTESt:FILE:NAME driver.mtest.file.name.set(mask_test_name = 'abc', path = 'abc')
Specifies a file to save the mask test.
- Parameters:
mask_test_name – String with the name of the mask test
path – String containing path and file name, format .xml