Offset

SCPI Command :

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

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

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

Specifies the offset to carrier (TxBW offset) of carrier <no>.

param carrierComponent:

optional repeated capability selector. Default value: Nr1

return:

offset: Number of RBs

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

Specifies the offset to carrier (TxBW offset) of carrier <no>.

param offset:

Number of RBs

param carrierComponent:

optional repeated capability selector. Default value: Nr1