CdcOffset
SCPI Command :
[SENSe][:LTE]:UL:DEMod:CDCoffset
- class CdcOffsetCls[source]
CdcOffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: [SENSe][:LTE]:UL:DEMod:CDCoffset value: bool = driver.applications.k10Xlte.sense.lte.uplink.demod.cdcOffset.get()
Turns DC offset compensation on and off.
- return
state: ON | OFF | 1 | 0
- set(state: bool) None [source]
# SCPI: [SENSe][:LTE]:UL:DEMod:CDCoffset driver.applications.k10Xlte.sense.lte.uplink.demod.cdcOffset.set(state = False)
Turns DC offset compensation on and off.
- param state
ON | OFF | 1 | 0