HfrmIdx

SCPI Command :

[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:SSPBch<SSB(ST0)>:HFRMidx
class HfrmIdxCls[source]

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

get(cellNull=CellNull.Default, indexNull=IndexNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:SSPBch<SSB(ST0)>:HFRMidx
value: int = driver.source.bb.nr5G.node.cell.sspbch.hfrmIdx.get(cellNull = repcap.CellNull.Default, indexNull = repcap.IndexNull.Default)

Defines in which half-frame of the time plan the first SS/PBCH burst occasion is located. The ‘Half Frame Index’ value depends on the configured ‘Burst Set Periodicity’. The default value is 0, it locates the first SS/PBCH occasion in the first half-frame. If you set the value to 1, the first SS/PBCH occasion is in the second half-frame and so forth.

param cellNull

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

param indexNull

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

return

half_frame_idx: integer Range: 0 to 31

set(half_frame_idx: int, cellNull=CellNull.Default, indexNull=IndexNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:SSPBch<SSB(ST0)>:HFRMidx
driver.source.bb.nr5G.node.cell.sspbch.hfrmIdx.set(half_frame_idx = 1, cellNull = repcap.CellNull.Default, indexNull = repcap.IndexNull.Default)

Defines in which half-frame of the time plan the first SS/PBCH burst occasion is located. The ‘Half Frame Index’ value depends on the configured ‘Burst Set Periodicity’. The default value is 0, it locates the first SS/PBCH occasion in the first half-frame. If you set the value to 1, the first SS/PBCH occasion is in the second half-frame and so forth.

param half_frame_idx

integer Range: 0 to 31

param cellNull

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

param indexNull

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