Length
SCPI Command :
[SENSe]:DEMod:STS:LENGth
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() StsLength[source]
# [SENSe]:DEMod:STS:LENGth value: enums.StsLength = driver.applications.k149Uwb.sense.demod.sts.length.get()
Sets the STS Length.
- Returns:
sts_format: L16 | L32 | L64 | L128 | L256
- set(sts_format: StsLength) None[source]
# [SENSe]:DEMod:STS:LENGth driver.applications.k149Uwb.sense.demod.sts.length.set(sts_format = enums.StsLength.L128)
Sets the STS Length.
- Parameters:
sts_format – L16 | L32 | L64 | L128 | L256