Value
SCPI Command :
BUS<*>:ETHernet:WORD<*>:BYTE<*>:VALue
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default, word=Word.Default, byteNull=ByteNull.Default) int[source]
# BUS<*>:ETHernet:WORD<*>:BYTE<*>:VALue value: int = driver.bus.ethernet.word.byte.value.get(bus = repcap.Bus.Default, word = repcap.Word.Default, byteNull = repcap.ByteNull.Default)
BYTE returns all data of up to 1982 bytes (not just the first 5 or 6 bytes) . This is also visible in the data table under Show details.
- 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’)
byteNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Byte’)
- Returns:
value: 0 to 255