Bst

SCPI Command :

FETCh<n>:PACKet:STS:BST
class BstCls[source]

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

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

Subgroups