Offset

SCPI Command :

CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:TXBWidth:OFFSet
class OffsetCls[source]

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

get(carrierComponent=CarrierComponent.Default) int[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:TXBWidth:OFFSet
value: int = driver.configure.nrMmwMeas.cc.txBwidth.offset.get(carrierComponent = repcap.CarrierComponent.Default)

Specifies the offset to carrier (TxBW offset) of carrier <no>. For Signal Path = Network, use[CONFigure:]SIGNaling:NRADio:CELL:RFSettings:UL:OCARrier.

param carrierComponent:

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

return:

offset: Number of RBs

set(offset: int, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:TXBWidth:OFFSet
driver.configure.nrMmwMeas.cc.txBwidth.offset.set(offset = 1, carrierComponent = repcap.CarrierComponent.Default)

Specifies the offset to carrier (TxBW offset) of carrier <no>. For Signal Path = Network, use[CONFigure:]SIGNaling:NRADio:CELL:RFSettings:UL:OCARrier.

param offset:

Number of RBs

param carrierComponent:

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