DtType

SCPI Command :

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

Determines the direction of the data flow for the payload after the command and address are sent.

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:

data_type: NONE | WRITe | READ

set(data_type: SbusOspiDataType, serialBus=SerialBus.Default, item=Item.Default) None[source]
# SBUS<*>:OSPI:OPCode:ITEM<*>:DTTYpe
driver.sbus.ospi.opCode.item.dtType.set(data_type = enums.SbusOspiDataType.NONE, serialBus = repcap.SerialBus.Default, item = repcap.Item.Default)

Determines the direction of the data flow for the payload after the command and address are sent.

Parameters:
  • data_type – NONE | WRITe | READ

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