Length

SCPI Command :

FETCh<n>:PACKet:DATA:CONStraint:LENGth
class LengthCls[source]

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

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

Subgroups