Data
SCPI Command :
SBUS<*>:SENT:FRAMe<*>:DATA
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(serialBus=SerialBus.Default, frame=Frame.Default) str[source]
# SBUS<*>:SENT:FRAMe<*>:DATA value: str = driver.sbus.sent.frame.data.get(serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default)
Returns the data of the specified frame.
- 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:
data: Comma-separated sequence of integer values (N, D1, D2,…, DN) . N is the number of nibbles in the frame, and D1…DN are the values of the nibbles.