Hbursts

SCPI Command :

FETCh<n>:PACKet:DATA:HBURsts
class HburstsCls[source]

Hbursts commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get(window=Window.Default) str[source]
# SCPI: FETCh<n>:PACKet:DATA:HBURsts
value: str = driver.applications.k149Uwb.fetch.packet.data.hbursts.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.data.hbursts.clone()

Subgroups