Fcount
SCPI Command :
BUS<*>:CAN:FCOunt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) int[source]
# BUS<*>:CAN:FCOunt value: int = driver.bus.can.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.