FormatPy
SCPI Command :
[SENSe]:DEMod:STS:FORMat
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() StsFormat[source]
# [SENSe]:DEMod:STS:FORMat value: enums.StsFormat = driver.applications.k149Uwb.sense.demod.sts.formatPy.get()
Sets the STS format.
- Returns:
sts_format: F0 | F1 | F2 | F3
- set(sts_format: StsFormat) None[source]
# [SENSe]:DEMod:STS:FORMat driver.applications.k149Uwb.sense.demod.sts.formatPy.set(sts_format = enums.StsFormat.F0)
Sets the STS format.
- Parameters:
sts_format – F0 | F1 | F2 | F3