Rto

SCPI Command :

CONFigure[:NR5G]:DL[:CC<cc>]:SSBLock:RTO
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) SyncSignalOffsetReference[source]
# 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. 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.

Parameters:

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

Returns:

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

set(reference: SyncSignalOffsetReference, carrierComponent=CarrierComponent.Default) None[source]
# 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. 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.

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

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