Rto

SCPI Command :

CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock:RTO
class RtoCls[source]

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

get(carrierComponent=CarrierComponent.Default) RsFsw.enums.SyncSignalOffsetReference[source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock:RTO
value: enums.SyncSignalOffsetReference = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.ssBlock.rto.get(carrierComponent = repcap.CarrierComponent.Default)
Selects the reference point for a synchronization signal offset.

INTRO_CMD_HELP: Prerequisites for this command

  • For selection of TxBW: Use at least one bandwidth part that has the same subcarrier spacing as the synchronization signal. For subcarrier spacing = 240 kHz, TxBW is not supported.

param carrierComponent

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

return

reference: RPA Offset relative to the reference point A. TXBW Offset relative to the the first subcarrier.

set(reference: RsFsw.enums.SyncSignalOffsetReference, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock:RTO
driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.ssBlock.rto.set(reference = enums.SyncSignalOffsetReference.RPA, carrierComponent = repcap.CarrierComponent.Default)
Selects the reference point for a synchronization signal offset.

INTRO_CMD_HELP: Prerequisites for this command

  • For selection of TxBW: Use at least one bandwidth part that has the same subcarrier spacing as the synchronization signal. For subcarrier spacing = 240 kHz, TxBW is not supported.

param reference

RPA Offset relative to the reference point A. TXBW Offset relative to the the first subcarrier.

param carrierComponent

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