Divisions
SCPI Command :
MTESt<*>:AUTomask:YTOLerance:DIVisions
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(maskTest=MaskTest.Default) float[source]
# MTESt<*>:AUTomask:YTOLerance:DIVisions value: float = driver.mtest.automask.ytolerance.divisions.get(maskTest = repcap.MaskTest.Default)
Sets the height of the mask in vertical direction in divisions, and sets method
RsMxo.mtest.automask.ytUnit.set()to DIVisions.- Parameters:
maskTest – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mtest’)
- Returns:
vertical_tol: Tolerance value in divisions. The overall mask height is twice the specified value.
- set(vertical_tol: float, maskTest=MaskTest.Default) None[source]
# MTESt<*>:AUTomask:YTOLerance:DIVisions driver.mtest.automask.ytolerance.divisions.set(vertical_tol = 1.0, maskTest = repcap.MaskTest.Default)
Sets the height of the mask in vertical direction in divisions, and sets method
RsMxo.mtest.automask.ytUnit.set()to DIVisions.- Parameters:
vertical_tol – Tolerance value in divisions. The overall mask height is twice the specified value.
maskTest – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mtest’)