Data

SCPI Command :

SBUS<*>:HBTO:FRAMe<*>:DATA
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class GetStruct[source]

Response structure. Fields:

  • 1 Count: int: No parameter help available

  • 2 Values: List[int]: No parameter help available

get(serialBus=SerialBus.Default, frame=Frame.Default) GetStruct[source]
# SBUS<*>:HBTO:FRAMe<*>:DATA
value: GetStruct = driver.sbus.hbto.frame.data.get(serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default)

Returns the data for the selected frame in comma-separated values, corresponds to the Data column in the decode results table.

Parameters:
  • serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)

  • frame – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Frame’)

Returns:

structure: for return value, see the help for GetStruct structure arguments.