CmExtension

SCPI Command :

SBUS<*>:OSPI:OPCode:ITEM<*>:CMEXtension
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(serialBus=SerialBus.Default, item=Item.Default) bool[source]
# SBUS<*>:OSPI:OPCode:ITEM<*>:CMEXtension
value: bool = driver.sbus.ospi.opCode.item.cmExtension.get(serialBus = repcap.SerialBus.Default, item = repcap.Item.Default)

Selects how many lines are used for sending the command extension byte.

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:

cmd_extension: OFF | ON

set(cmd_extension: bool, serialBus=SerialBus.Default, item=Item.Default) None[source]
# SBUS<*>:OSPI:OPCode:ITEM<*>:CMEXtension
driver.sbus.ospi.opCode.item.cmExtension.set(cmd_extension = False, serialBus = repcap.SerialBus.Default, item = repcap.Item.Default)

Selects how many lines are used for sending the command extension byte.

Parameters:
  • cmd_extension – OFF | ON

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