Length

SCPI Command :

[SENSe]:DEMod:STS:LENGth
class LengthCls[source]

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

get() RsFsw.enums.StsLength[source]
# SCPI: [SENSe]:DEMod:STS:LENGth
value: enums.StsLength = driver.applications.k149Uwb.sense.demod.sts.length.get()

Sets the STS Length.

return

sts_format: L16 | L32 | L64 | L128 | L256

set(sts_format: RsFsw.enums.StsLength) None[source]
# SCPI: [SENSe]:DEMod:STS:LENGth
driver.applications.k149Uwb.sense.demod.sts.length.set(sts_format = enums.StsLength.L128)

Sets the STS Length.

param sts_format

L16 | L32 | L64 | L128 | L256