Lpy

SCPI Command :

CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock:L
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock:L
value: float = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.ssBlock.lpy.get(carrierComponent = repcap.CarrierComponent.Default)

Selects the number of SS/PBCH blocks in the deployment range < 3 GHz. Prerequisites for this command

  • Select a deployment < 3 GHz (method RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.dfRange.set() ) .

  • Select a 30 kHz subcarrier spacing (method RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.ssBlock.sspacing.set() ) .

  • Select the case C block pattern (method RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.ssBlock.pattern.set() ) .

Parameters:

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

Returns:

blocks: 4 | 8

set(blocks: float, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock:L
driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.ssBlock.lpy.set(blocks = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Selects the number of SS/PBCH blocks in the deployment range < 3 GHz. Prerequisites for this command

  • Select a deployment < 3 GHz (method RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.dfRange.set() ) .

  • Select a 30 kHz subcarrier spacing (method RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.ssBlock.sspacing.set() ) .

  • Select the case C block pattern (method RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.ssBlock.pattern.set() ) .

Parameters:
  • blocks – 4 | 8

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