PibPsk

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:PUSCh:DTFS:PIBPsk
class PibPskCls[source]

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

get(cell_name: str) bool[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:PUSCh:DTFS:PIBPsk
value: bool = driver.configure.signaling.nradio.cell.pusch.dtfs.pibPsk.get(cell_name = 'abc')

Enables the modulation scheme π/2-BPSK for PUSCH with transform precoding, for the initial BWP.

param cell_name:

No help available

return:

enable: No help available

set(cell_name: str, enable: bool) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:PUSCh:DTFS:PIBPsk
driver.configure.signaling.nradio.cell.pusch.dtfs.pibPsk.set(cell_name = 'abc', enable = False)

Enables the modulation scheme π/2-BPSK for PUSCH with transform precoding, for the initial BWP.

param cell_name:

No help available

param enable:

No help available