Ack

SCPI Command :

BUS<*>:I3C:FRAMe<*>:ACK
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(bus=Bus.Default, busFrameNull=BusFrameNull.Default) BusI2cAckBit[source]
# BUS<*>:I3C:FRAMe<*>:ACK
value: enums.BusI2cAckBit = driver.bus.i3C.frame.ack.get(bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default)

Returns the value of the acknowledge bit for the selected frame. Because this ACK bit is transmitted right after the address field, it acknowledges receiving the address.

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

  • busFrameNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Frame’)

Returns:

address_ack_bit: INComplete | ACK | NACK | EITHer