Spsc

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:TDD:SPSC
class SpscCls[source]

Spsc commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(carrierComponent=CarrierComponent.Default) float[source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:TDD:SPSC
value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.tdd.spsc.get(carrierComponent = repcap.CarrierComponent.Default)

Selects the special TDD subframe configuration.

param carrierComponent

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

return

configuration: numeric value (integer only) Numeric value that defines the subframe configuration. Subframe configurations 7 and 8 are only available if the cyclic prefix is normal. Range: 0 to 8

set(configuration: float, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure[:LTE]:DL[:CC<cc>]:TDD:SPSC
driver.applications.k10Xlte.configure.lte.downlink.cc.tdd.spsc.set(configuration = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Selects the special TDD subframe configuration.

param configuration

numeric value (integer only) Numeric value that defines the subframe configuration. Subframe configurations 7 and 8 are only available if the cyclic prefix is normal. Range: 0 to 8

param carrierComponent

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)