Insert

SCPI Command :

MTESt:SEGMent:POINt:INSert
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(mask_test_name: str, msk_segm_idx: int, msk_segm_pt_idx: int) None[source]
# MTESt:SEGMent:POINt:INSert
driver.mtest.segment.point.insert.set(mask_test_name = 'abc', msk_segm_idx = 1, msk_segm_pt_idx = 1)

Inserts a new point before the specified mask segment point.

Parameters:
  • mask_test_name – String with the name of the mask test

  • msk_segm_idx – Number of the segment. Counting starts from 0.

  • msk_segm_pt_idx – Number of the point. Counting starts from 0.