Segment

SCPI Commands :

MTESt:SEGMent:ADD
MTESt:SEGMent:CLEar
Commands in total: 18
Subgroups: 7
Direct child commands: 2
clear(mask_test_name: str) None[source]
# MTESt:SEGMent:CLEar
driver.mtest.segment.clear(mask_test_name = 'abc')

Deletes all mask segments of the indicated mask test.

Parameters:

mask_test_name – String with the name of the mask test

set_add(mask_test_name: str) None[source]
# MTESt:SEGMent:ADD
driver.mtest.segment.set_add(mask_test_name = 'abc')

Creates a new segment in the mask definition.

Parameters:

mask_test_name – String with the name of the mask test

Cloning the Group

# Create a copy of the original group, that exists independently
segment_copy = driver.mtest.segment.clone()

Subgroups