Config

SCPI Command :

[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:UL:BWP<BWP(DIR0)>:SRS:CONFig
class ConfigCls[source]

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

get(userNull=UserNull.Default, cellNull=CellNull.Default, bwPartNull=BwPartNull.Default) SrsConfig[source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:CELL<CC(ST0)>:UL:BWP<BWP(DIR0)>:SRS:CONFig
value: enums.SrsConfig = driver.source.bb.nr5G.ubwp.user.cell.uplink.bwp.srs.config.get(userNull = repcap.UserNull.Default, cellNull = repcap.CellNull.Default, bwPartNull = repcap.BwPartNull.Default)

Selects the 3GPP release the SRS is based on.

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:

srs_config: IE Standard SRS configuration. IER16 Release 16 SRS configuration, including positioning functionality. IENPR16 Release 16 SRS configuration, without positioning functionality. IER17 Release 17 SRS configuration.

set(srs_config: SrsConfig, 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)>:SRS:CONFig
driver.source.bb.nr5G.ubwp.user.cell.uplink.bwp.srs.config.set(srs_config = enums.SrsConfig.IE, userNull = repcap.UserNull.Default, cellNull = repcap.CellNull.Default, bwPartNull = repcap.BwPartNull.Default)

Selects the 3GPP release the SRS is based on.

param srs_config:

IE Standard SRS configuration. IER16 Release 16 SRS configuration, including positioning functionality. IENPR16 Release 16 SRS configuration, without positioning functionality. IER17 Release 17 SRS configuration.

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’)