LineCount

SCPI Command :

FETCh:BASE:BUFFer:LINecount
class LineCountCls[source]

LineCount commands group definition. 1 total commands, 0 Subgroups, 1 group commands

fetch(buffer: str) int[source]
# SCPI: FETCh:BASE:BUFFer:LINecount
value: int = driver.buffer.lineCount.fetch(buffer = 'abc')

Returns the number of lines in a buffer.

param buffer:

No help available

return:

size: decimal Number of lines in the buffer.