RwbIt
SCPI Command :
SBUS<*>:I3C:FRAMe<*>:RWBit
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default, frame=Frame.Default) SbusIxcReadWriteBit[source]
# SBUS<*>:I3C:FRAMe<*>:RWBit value: enums.SbusIxcReadWriteBit = driver.sbus.i3C.frame.rwbIt.get(serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default)
Returns the value of the R/W bit of the selected frame. The value ‘0’ denotes ‘Write’, the value ‘1’ denotes ‘Read’.
- 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:
rwb_it_value: UNDefined | READ | WRITe | EITHer