Data

SCPI Command :

SBUS<*>:USBHspeed: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<*>:USBHspeed:FRAMe<*>:DATA
value: GetStruct = driver.sbus.usbHspeed.frame.data.get(serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default)

Returns a comma-separated list of values, where the first value is the number of data bytes in the frame, and the remaining values are this number of data bytes.

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.