Timing
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:TADVance:TIMing
- class TimingCls[source]
Timing commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str, bwParts=BwParts.Default) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:TADVance:TIMing value: int = driver.configure.signaling.nradio.cell.bwp.tadvance.timing.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)
Configures a timing advance value to be sent to the UE, for BWP <bb>.
- param cell_name:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)
- return:
ta: No help available
- set(cell_name: str, ta: int, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:TADVance:TIMing driver.configure.signaling.nradio.cell.bwp.tadvance.timing.set(cell_name = 'abc', ta = 1, bwParts = repcap.BwParts.Default)
Configures a timing advance value to be sent to the UE, for BWP <bb>.
- param cell_name:
No help available
- param ta:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)