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