Spsc

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:TDD:SPSC
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) float[source]
# 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.

Parameters:

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

Returns:

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]
# 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.

Parameters:
  • 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

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