AdBytes
SCPI Command :
SBUS<*>:QSPI:OPCode:ITEM<*>:ADBYtes
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default, item=Item.Default) int[source]
# SBUS<*>:QSPI:OPCode:ITEM<*>:ADBYtes value: int = driver.sbus.qspi.opCode.item.adBytes.get(serialBus = repcap.SerialBus.Default, item = repcap.Item.Default)
Sets the address byte. It specifies the location in the flash memory where the operation (e.g., read, write) is performed.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
item – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Item’)
- Returns:
address_bytes: 0 to 4
- set(address_bytes: int, serialBus=SerialBus.Default, item=Item.Default) None[source]
# SBUS<*>:QSPI:OPCode:ITEM<*>:ADBYtes driver.sbus.qspi.opCode.item.adBytes.set(address_bytes = 1, serialBus = repcap.SerialBus.Default, item = repcap.Item.Default)
Sets the address byte. It specifies the location in the flash memory where the operation (e.g., read, write) is performed.
- Parameters:
address_bytes – 0 to 4
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
item – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Item’)