Max

SCPI Command :

[SENSe]:DEMod:PAYLoad:MAX
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() PayloadMax[source]
# [SENSe]:DEMod:PAYLoad:MAX
value: enums.PayloadMax = driver.applications.k149Uwb.sense.demod.payload.max.get()

Selects the maximum payload size.

Returns:

payload_max: S0 | S1 | S2

set(payload_max: PayloadMax) None[source]
# [SENSe]:DEMod:PAYLoad:MAX
driver.applications.k149Uwb.sense.demod.payload.max.set(payload_max = enums.PayloadMax.S0)

Selects the maximum payload size.

Parameters:

payload_max – S0 | S1 | S2