Open

SCPI Command :

MTESt<*>:IMEXport:OPEN
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(maskTest=MaskTest.Default) bool[source]
# MTESt<*>:IMEXport:OPEN
value: bool = driver.mtest.imExport.open.get(maskTest = repcap.MaskTest.Default)

Opens and loads the mask 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:OPEN
driver.mtest.imExport.open.set(maskTest = repcap.MaskTest.Default)

Opens and loads the mask 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]