State
SCPI Command :
BUS<*>:I2S:FRAMe<*>:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default, busFrameNull=BusFrameNull.Default) BusI2cFrameErrorState[source]
# BUS<*>:I2S:FRAMe<*>:STATe value: enums.BusI2cFrameErrorState = driver.bus.i2S.frame.state.get(bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default)
Returns the overall state of the selected frame.
- 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:
frame_state: OK: the frame is valid. ERRor: an error occured in the frame. INSufficient: The frame is not completely contained in the acquisition. The acquired part of the frame is valid.