Count
SCPI Command :
MTESt<*>:SEGMent<*>:POINt<*>:COUNt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(maskTest=MaskTest.Default, segment=Segment.Default, point=Point.Default) int[source]
# MTESt<*>:SEGMent<*>:POINt<*>:COUNt value: int = driver.mtest.segment.point.count.get(maskTest = repcap.MaskTest.Default, segment = repcap.Segment.Default, point = repcap.Point.Default)
Returns the number of points that was added to the indicated mask segment. You can query the maximum value with <command>? MAX.
- 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:
count: Number of defined points
- set(count: int, maskTest=MaskTest.Default, segment=Segment.Default, point=Point.Default) None[source]
# MTESt<*>:SEGMent<*>:POINt<*>:COUNt driver.mtest.segment.point.count.set(count = 1, maskTest = repcap.MaskTest.Default, segment = repcap.Segment.Default, point = repcap.Point.Default)
Returns the number of points that was added to the indicated mask segment. You can query the maximum value with <command>? MAX.
- Parameters:
count – Number of defined points
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’)