BsPeriod

SCPI Command :

CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock:BSPeriod
class BsPeriodCls[source]

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

get(carrierComponent=CarrierComponent.Default) RsFsw.enums.BurstSetPeriodicity[source]
# SCPI: 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.

param carrierComponent

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

return

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: RsFsw.enums.BurstSetPeriodicity, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: 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.

param 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

param carrierComponent

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