Add
SCPI Command :
MTESt<*>:SEGMent<*>:POINt<*>:ADD
- Commands in total: 1Subgroups: 0Direct child commands: 1
- set(maskTest=MaskTest.Default, segment=Segment.Default, point=Point.Default) None[source]
# MTESt<*>:SEGMent<*>:POINt<*>:ADD driver.mtest.segment.point.add.set(maskTest = repcap.MaskTest.Default, segment = repcap.Segment.Default, point = repcap.Point.Default)
Adds a corner point to the selected mask segment at the next free suffix. The new point has the coordinates 0;0.
- Parameters:
maskTest – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mtest’)
segment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)
point – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Point’)
- set_and_wait(maskTest=MaskTest.Default, segment=Segment.Default, point=Point.Default, opc_timeout_ms: int = -1) None[source]