DmCycles
SCPI Command :
SBUS<*>:QSPI:OPCode:ITEM<*>:DMCYcles
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default, item=Item.Default) int[source]
# SBUS<*>:QSPI:OPCode:ITEM<*>:DMCYcles value: int = driver.sbus.qspi.opCode.item.dmCycles.get(serialBus = repcap.SerialBus.Default, item = repcap.Item.Default)
Sets the number of dummy cycles. Dummy cycles are clock cycles inserted after the address or other command sequences but before data transfer begins. These cycles allow the flash memory device additional time to perform internal operations or latch onto the correct data to ensure accurate read or write operations.
- 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:
dummy_cycles: 0 to 255
- set(dummy_cycles: int, serialBus=SerialBus.Default, item=Item.Default) None[source]
# SBUS<*>:QSPI:OPCode:ITEM<*>:DMCYcles driver.sbus.qspi.opCode.item.dmCycles.set(dummy_cycles = 1, serialBus = repcap.SerialBus.Default, item = repcap.Item.Default)
Sets the number of dummy cycles. Dummy cycles are clock cycles inserted after the address or other command sequences but before data transfer begins. These cycles allow the flash memory device additional time to perform internal operations or latch onto the correct data to ensure accurate read or write operations.
- Parameters:
dummy_cycles – 0 to 255
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’)