Fcount
SCPI Command :
BUS<*>:I2C:FCOunt
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) int[source]
# BUS<*>:I2C:FCOunt value: int = driver.bus.i2C.fcount.get(bus = repcap.Bus.Default)
Returns the number of decoded frames.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
count: Total number of decoded frames.