Name
SCPI Command :
DEEMbedding<*>:NAME
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(deembedding=Deembedding.Default) str[source]
# DEEMbedding<*>:NAME value: str = driver.deembedding.name.get(deembedding = repcap.Deembedding.Default)
Sets the file name, file format and path of the deembedding setup file. The file format is always .xml.
- Parameters:
deembedding – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Deembedding’)
- Returns:
path: String with path and file name with extension .xml
- set(path: str, deembedding=Deembedding.Default) None[source]
# DEEMbedding<*>:NAME driver.deembedding.name.set(path = 'abc', deembedding = repcap.Deembedding.Default)
Sets the file name, file format and path of the deembedding setup file. The file format is always .xml.
- Parameters:
path – String with path and file name with extension .xml
deembedding – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Deembedding’)