CycPrefix

SCPI Command :

CONFigure[:LTE]:UL[:CC<cc>]:CYCPrefix
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) PrefixLength[source]
# CONFigure[:LTE]:UL[:CC<cc>]:CYCPrefix
value: enums.PrefixLength = driver.applications.k10Xlte.configure.lte.uplink.cc.cycPrefix.get(carrierComponent = repcap.CarrierComponent.Default)

Selects the cyclic prefix.

Parameters:

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

Returns:

prefix_length: NORM Normal cyclic prefix length EXT Extended cyclic prefix length AUTO Automatic cyclic prefix length detection

set(prefix_length: PrefixLength, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:LTE]:UL[:CC<cc>]:CYCPrefix
driver.applications.k10Xlte.configure.lte.uplink.cc.cycPrefix.set(prefix_length = enums.PrefixLength.AUTO, carrierComponent = repcap.CarrierComponent.Default)

Selects the cyclic prefix.

Parameters:
  • prefix_length – NORM Normal cyclic prefix length EXT Extended cyclic prefix length AUTO Automatic cyclic prefix length detection

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