Save
SCPI Command :
MTESt<*>:IMEXport:SAVE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(maskTest=MaskTest.Default) bool[source]
# MTESt<*>:IMEXport:SAVE value: bool = driver.mtest.imExport.save.get(maskTest = repcap.MaskTest.Default)
Saves the mask test to the file selected by method
RsMxo.mtest.imExport.name.set().- Parameters:
maskTest – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mtest’)
- set(maskTest=MaskTest.Default) None[source]
# MTESt<*>:IMEXport:SAVE driver.mtest.imExport.save.set(maskTest = repcap.MaskTest.Default)
Saves the mask test to the file selected by method
RsMxo.mtest.imExport.name.set().- Parameters:
maskTest – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mtest’)
- set_and_wait(maskTest=MaskTest.Default, opc_timeout_ms: int = -1) None[source]