State
SCPI Command :
BUS<*>:I2S:FRAMe<*>:TDM<*>:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default, busFrameNull=BusFrameNull.Default, tdm=Tdm.Default) BusI2cFrameErrorState[source]
# BUS<*>:I2S:FRAMe<*>:TDM<*>:STATe value: enums.BusI2cFrameErrorState = driver.bus.i2S.frame.tdm.state.get(bus = repcap.Bus.Default, busFrameNull = repcap.BusFrameNull.Default, tdm = repcap.Tdm.Default)
Returns the state of the indicated channel 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’)
tdm – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Tdm’)
- Returns:
tdm_1_word_state: OK: the channel data is valid. ERRor: an error occured in the channel. INSufficient: the channel is not completely contained in the acquisition.