Index
SCPI Command :
FETCh<n>:PACKet:SYNC:CODE:INDex
- class IndexCls[source]
Index commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get(window=Window.Default) float [source]
# SCPI: FETCh<n>:PACKet:SYNC:CODE:INDex value: float = driver.applications.k149Uwb.fetch.packet.sync.code.index.get(window = repcap.Window.Default)
Returns the payload of the packet in hexadecimal format. In accordance with IEEE 802.15.4, the LSB of each octet of the payload is output first.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fetch’)
- return
result: Use n to select a ‘Packet Insights’ result display. Window
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k149Uwb.fetch.packet.sync.code.index.clone()
Subgroups