Mode
SCPI Command :
[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:UL:BWP<BWP(DIR0)>:UCI:MODE
- class ModeCls[source]
Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(userNull=UserNull.Default, cellNull=CellNull.Default, bwPartNull=BwPartNull.Default) RsSmbv.enums.PuschUciModeAll [source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:UL:BWP<BWP(DIR0)>:UCI:MODE value: enums.PuschUciModeAll = driver.source.bb.nr5G.ubwp.user.cell.uplink.bwp.uci.mode.get(userNull = repcap.UserNull.Default, cellNull = repcap.CellNull.Default, bwPartNull = repcap.BwPartNull.Default)
Defines the information transmitted on the PUSCH.
- param userNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘User’)
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- param bwPartNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Bwp’)
- return
pusch_uci_mode: UCLSch| UCIonly UCLSch Control information and data are multiplexed into the PUSCH. UCIonly Only uplink control information is transmitted on PUSCH.
- set(pusch_uci_mode: RsSmbv.enums.PuschUciModeAll, userNull=UserNull.Default, cellNull=CellNull.Default, bwPartNull=BwPartNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:UL:BWP<BWP(DIR0)>:UCI:MODE driver.source.bb.nr5G.ubwp.user.cell.uplink.bwp.uci.mode.set(pusch_uci_mode = enums.PuschUciModeAll.UCIonly, userNull = repcap.UserNull.Default, cellNull = repcap.CellNull.Default, bwPartNull = repcap.BwPartNull.Default)
Defines the information transmitted on the PUSCH.
- param pusch_uci_mode
UCLSch| UCIonly UCLSch Control information and data are multiplexed into the PUSCH. UCIonly Only uplink control information is transmitted on PUSCH.
- param userNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘User’)
- param cellNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)
- param bwPartNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Bwp’)