Name

SCPI Command :

SBUS<*>:QSPI:OPCode:ITEM<*>:NAME
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default, item=Item.Default) str[source]
# SBUS<*>:QSPI:OPCode:ITEM<*>:NAME
value: str = driver.sbus.qspi.opCode.item.name.get(serialBus = repcap.SerialBus.Default, item = repcap.Item.Default)

Sets the name for the Opcode.

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’)

set(name: str, serialBus=SerialBus.Default, item=Item.Default) None[source]
# SBUS<*>:QSPI:OPCode:ITEM<*>:NAME
driver.sbus.qspi.opCode.item.name.set(name = 'abc', serialBus = repcap.SerialBus.Default, item = repcap.Item.Default)

Sets the name for the Opcode.

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’)