Valid
SCPI Command :
MTESt<*>:SEGMent<*>:VALid
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(maskTest=MaskTest.Default, segment=Segment.Default) bool[source]
# MTESt<*>:SEGMent<*>:VALid value: bool = driver.mtest.segment.valid.get(maskTest = repcap.MaskTest.Default, segment = repcap.Segment.Default)
Checks the validity of the indicated segment. The segment is invalid if one of its points is invalid. See ‘Mask Definition’.
- 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’)
- Returns:
valid: ON = valid OFF = invalid