Name
SCPI Command :
MTESt<*>:IMEXport:NAME
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(maskTest=MaskTest.Default) str[source]
# MTESt<*>:IMEXport:NAME value: str = driver.mtest.imExport.name.get(maskTest = repcap.MaskTest.Default)
Sets the path, the filename and the file format of the mask file.
- Parameters:
maskTest – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mtest’)
- Returns:
name: String with path and file name with extension .xml.
- set(name: str, maskTest=MaskTest.Default) None[source]
# MTESt<*>:IMEXport:NAME driver.mtest.imExport.name.set(name = 'abc', maskTest = repcap.MaskTest.Default)
Sets the path, the filename and the file format of the mask file.
- Parameters:
name – String with path and file name with extension .xml.
maskTest – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mtest’)