Valid

SCPI Command :

MTESt<*>:SEGMent<*>:POINt<*>:VALid
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(maskTest=MaskTest.Default, segment=Segment.Default, point=Point.Default) bool[source]
# MTESt<*>:SEGMent<*>:POINt<*>:VALid
value: bool = driver.mtest.segment.point.valid.get(maskTest = repcap.MaskTest.Default, segment = repcap.Segment.Default, point = repcap.Point.Default)

Checks the validity of the selected point. 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’)

  • point – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Point’)

Returns:

valid: ON = valid OFF = invalid