Data
SCPI Command :
SBUS<*>:DPHY:FRAMe<*>:DATA
- Commands in total: 1Subgroups: 0Direct 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<*>:DPHY:FRAMe<*>:DATA value: GetStruct = driver.sbus.dphy.frame.data.get(serialBus = repcap.SerialBus.Default, frame = repcap.Frame.Default)
No help available
- 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.