BsPeriod
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock:BSPeriod
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) BurstSetPeriodicity[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock:BSPeriod value: enums.BurstSetPeriodicity = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.ssBlock.bsPeriod.get(carrierComponent = repcap.CarrierComponent.Default)
Selects the burst set periodicity of a synchronization signal block.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
periodicity: AUTO Determines the burst set periodicity of the signal automatically. MS05 | MS10 | MS20 | MS40 Selects one of the following periodicities: 5 ms, 10 ms, 20 ms, 40 ms
- set(periodicity: BurstSetPeriodicity, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock:BSPeriod driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.ssBlock.bsPeriod.set(periodicity = enums.BurstSetPeriodicity.AUTO, carrierComponent = repcap.CarrierComponent.Default)
Selects the burst set periodicity of a synchronization signal block.
- Parameters:
periodicity – AUTO Determines the burst set periodicity of the signal automatically. MS05 | MS10 | MS20 | MS40 Selects one of the following periodicities: 5 ms, 10 ms, 20 ms, 40 ms
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)