TdBehavior

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:SRS:CNCodebook:TDBehavior
class TdBehaviorCls[source]

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

get(cell_name: str) TdType[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:SRS:CNCodebook:TDBehavior
value: enums.TdType = driver.configure.signaling.nradio.cell.srs.cnCodebook.tdBehavior.get(cell_name = 'abc')

Selects the time domain behavior (‘resourceType’) of the SRS resource set and thus enables or disables periodic SRS, for the initial BWP.

param cell_name:

No help available

return:

td_behavior: APERiodic: no SRS transmissions PERiodic: SRS transmissions in every nth slot

set(cell_name: str, td_behavior: TdType) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:SRS:CNCodebook:TDBehavior
driver.configure.signaling.nradio.cell.srs.cnCodebook.tdBehavior.set(cell_name = 'abc', td_behavior = enums.TdType.APERiodic)

Selects the time domain behavior (‘resourceType’) of the SRS resource set and thus enables or disables periodic SRS, for the initial BWP.

param cell_name:

No help available

param td_behavior:

APERiodic: no SRS transmissions PERiodic: SRS transmissions in every nth slot