SiSync

SCPI Command :

[SENSe][:LTE]:UL:DEMod:SISYnc
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe][:LTE]:UL:DEMod:SISYnc
value: bool = driver.applications.k10Xlte.sense.lte.uplink.demod.siSync.get()

Turns suppressed interference synchronization on and off.

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# [SENSe][:LTE]:UL:DEMod:SISYnc
driver.applications.k10Xlte.sense.lte.uplink.demod.siSync.set(state = False)

Turns suppressed interference synchronization on and off.

Parameters:

state – ON | OFF | 1 | 0