Ack

SCPI Command :

SBUS<*>:I3C:FRAMe<*>:ACK
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default, frame=Frame.Default) SbusAckBit[source]
# SBUS<*>:I3C:FRAMe<*>:ACK
value: enums.SbusAckBit = driver.sbus.i3C.frame.ack.get(serialBus = repcap.SerialBus.Default, frame = repcap.Frame.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:
  • serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)

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

Returns:

ack_bit_value: ACK | NACK | EITHer