Scd

SCPI Command :

[SENSe][:LTE]:UL:FORMat:SCD
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe][:LTE]:UL:FORMat:SCD
value: bool = driver.applications.k10Xlte.sense.lte.uplink.formatPy.scd.get()

Turns detection of the subframe configuration on and off. Prerequisites for this command

  • Turn off auto demodulation method RsFsw.applications.k10Xlte.sense.lte.uplink.demod.acon.set()

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# [SENSe][:LTE]:UL:FORMat:SCD
driver.applications.k10Xlte.sense.lte.uplink.formatPy.scd.set(state = False)

Turns detection of the subframe configuration on and off. Prerequisites for this command

  • Turn off auto demodulation method RsFsw.applications.k10Xlte.sense.lte.uplink.demod.acon.set()

Parameters:

state – ON | OFF | 1 | 0