Tgap

SCPI Command :

[SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:PRS:RSET<ST0>:TGAP
class TgapCls[source]

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

get(cellNull=CellNull.Default, resourceSetNull=ResourceSetNull.Default) RsSmbv.enums.PrsTimeGap[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:PRS:RSET<ST0>:TGAP
value: enums.PrsTimeGap = driver.source.bb.nr5G.node.cell.prs.rset.tgap.get(cellNull = repcap.CellNull.Default, resourceSetNull = repcap.ResourceSetNull.Default)

Sets an offset in slots between two resources with the same resource ID within a resource set. The time gap should not exceed the ‘Periodicity (T_per) ‘.

param cellNull

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

param resourceSetNull

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

return

prs_rs_time_gap: TG1| TG2| TG4| TG8| TG16| TG32

set(prs_rs_time_gap: RsSmbv.enums.PrsTimeGap, cellNull=CellNull.Default, resourceSetNull=ResourceSetNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:NODE:CELL<CC(CH0)>:PRS:RSET<ST0>:TGAP
driver.source.bb.nr5G.node.cell.prs.rset.tgap.set(prs_rs_time_gap = enums.PrsTimeGap.TG1, cellNull = repcap.CellNull.Default, resourceSetNull = repcap.ResourceSetNull.Default)

Sets an offset in slots between two resources with the same resource ID within a resource set. The time gap should not exceed the ‘Periodicity (T_per) ‘.

param prs_rs_time_gap

TG1| TG2| TG4| TG8| TG16| TG32

param cellNull

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

param resourceSetNull

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