Subcarrier

SCPI Command :

CONFigure:NIOT:MEASurement<Instance>:MEValuation:SUBCarrier
class SubcarrierCls[source]

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

class SubcarrierStruct[source]

Response structure. Fields:

  • Nof_Subcarrier: int: Number of subcarriers per resource unit The allowed values have dependencies, see ‘Resource unit allocation’.

  • Offset: int: Offset of the first allocated subcarrier from the edge of the transmission bandwidth For a subcarrier spacing of 3.75 kHz / 15 kHz, n equals 48 / 12.

get() SubcarrierStruct[source]
# SCPI: CONFigure:NIOT:MEASurement<Instance>:MEValuation:SUBCarrier
value: SubcarrierStruct = driver.configure.niotMeas.multiEval.subcarrier.get()

Specifies the subcarrier configuration of the allocated resource units.

return:

structure: for return value, see the help for SubcarrierStruct structure arguments.

set(nof_subcarrier: int, offset: int) None[source]
# SCPI: CONFigure:NIOT:MEASurement<Instance>:MEValuation:SUBCarrier
driver.configure.niotMeas.multiEval.subcarrier.set(nof_subcarrier = 1, offset = 1)

Specifies the subcarrier configuration of the allocated resource units.

param nof_subcarrier:

Number of subcarriers per resource unit The allowed values have dependencies, see ‘Resource unit allocation’.

param offset:

Offset of the first allocated subcarrier from the edge of the transmission bandwidth For a subcarrier spacing of 3.75 kHz / 15 kHz, n equals 48 / 12.