Fcount

SCPI Command :

BUS<*>:SENT:FCOunt
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default) int[source]
# BUS<*>:SENT:FCOunt
value: int = driver.bus.sent.fcount.get(bus = repcap.Bus.Default)

Returns the number of decoded frames of the acquisition.

Parameters:

bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)

Returns:

frame_count: Total number of decoded frames.