Offset
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:PSBCh:RB:OFFSet
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponentOne=CarrierComponentOne.Nr1) int[source]
# CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:PSBCh:RB:OFFSet value: int = driver.configure.nrSubMeas.cc.psbch.rb.offset.get(carrierComponentOne = repcap.CarrierComponentOne.Nr1)
Configures the start RB for the S-SS/PSBCH block. Calculate the start RB value assuming a subcarrier spacing of 15 kHz. The allowed range has many dependencies.
- Parameters:
carrierComponentOne – optional repeated capability selector. Default value: Nr1
- Returns:
start_rb: numeric
- set(start_rb: int, carrierComponentOne=CarrierComponentOne.Nr1) None[source]
# CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:PSBCh:RB:OFFSet driver.configure.nrSubMeas.cc.psbch.rb.offset.set(start_rb = 1, carrierComponentOne = repcap.CarrierComponentOne.Nr1)
Configures the start RB for the S-SS/PSBCH block. Calculate the start RB value assuming a subcarrier spacing of 15 kHz. The allowed range has many dependencies.
- Parameters:
start_rb – numeric
carrierComponentOne – optional repeated capability selector. Default value: Nr1