TpEnable

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:DMRS:UL:PTRS:TPENable
class TpEnableCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Sample_Dens_Nrb_0: int: Signaled ‘sampleDensity’, NRB0.

  • Sample_Dens_Nrb_1: int: Signaled ‘sampleDensity’, NRB1.

  • Sample_Dens_Nrb_2: int: Signaled ‘sampleDensity’, NRB2.

  • Sample_Dens_Nrb_3: int: Signaled ‘sampleDensity’, NRB3.

  • Sample_Dens_Nrb_4: int: Signaled ‘sampleDensity’, NRB4.

  • Tp_Time_Dens: enums.TpTimeDens: Signaled ‘timeDensityTransformPrecoding’.

class SetStruct[source]

Structure for setting input parameters. Fields:

  • Cell_Name: str: No parameter help available

  • Sample_Dens_Nrb_0: int: Signaled ‘sampleDensity’, NRB0.

  • Sample_Dens_Nrb_1: int: Signaled ‘sampleDensity’, NRB1.

  • Sample_Dens_Nrb_2: int: Signaled ‘sampleDensity’, NRB2.

  • Sample_Dens_Nrb_3: int: Signaled ‘sampleDensity’, NRB3.

  • Sample_Dens_Nrb_4: int: Signaled ‘sampleDensity’, NRB4.

  • Tp_Time_Dens: enums.TpTimeDens: Signaled ‘timeDensityTransformPrecoding’.

get(cell_name: str, bwParts=BwParts.Default) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:DMRS:UL:PTRS:TPENable
value: GetStruct = driver.configure.signaling.nradio.cell.bwp.dmrs.uplink.ptrs.tpEnable.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)

Defines the IE ‘PTRS-UplinkConfig’ for signals with transform precoding, BWP <bb>.

param cell_name:

No help available

param bwParts:

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

return:

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

set(structure: SetStruct, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:DMRS:UL:PTRS:TPENable
structure = driver.configure.signaling.nradio.cell.bwp.dmrs.uplink.ptrs.tpEnable.SetStruct()
structure.Cell_Name: str = 'abc'
structure.Sample_Dens_Nrb_0: int = 1
structure.Sample_Dens_Nrb_1: int = 1
structure.Sample_Dens_Nrb_2: int = 1
structure.Sample_Dens_Nrb_3: int = 1
structure.Sample_Dens_Nrb_4: int = 1
structure.Tp_Time_Dens: enums.TpTimeDens = enums.TpTimeDens.D2
driver.configure.signaling.nradio.cell.bwp.dmrs.uplink.ptrs.tpEnable.set(structure, bwParts = repcap.BwParts.Default)

Defines the IE ‘PTRS-UplinkConfig’ for signals with transform precoding, BWP <bb>.

param structure:

for set value, see the help for SetStruct structure arguments.

param bwParts:

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