Data
SCPI Command :
BUS<*>:MDIO:WORD<*>:DATA
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default, word=Word.Default) int[source]
# BUS<*>:MDIO:WORD<*>:DATA value: int = driver.bus.mdio.word.data.get(bus = repcap.Bus.Default, word = repcap.Word.Default)
Returns the 16-bit payload data field content (in Clause 22 or Clause 45) , or the 16-bit address field content (in Clause 45, only) in the present acquisition of the selected word and the selected serial bus. The most significant bit (MSB) is transmitted first.
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
word – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Word’)
- Returns:
data: List of comma-separated values