Count

SCPI Command :

MTESt:SEGMent:POINt:COUNt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mask_test_name: str, msk_segm_idx: int) int[source]
# MTESt:SEGMent:POINt:COUNt
value: int = driver.mtest.segment.point.count.get(mask_test_name = 'abc', msk_segm_idx = 1)

Returns the number of defined points for the specified mask segment.

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

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