Config

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:PRACh:EMTC:CELV<CH0>:CONFig
class ConfigCls[source]

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

get(ceLevel=CeLevel.Default) int[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:PRACh:EMTC:CELV<CH0>:CONFig
value: int = driver.source.bb.eutra.uplink.prach.emtc.celv.config.get(ceLevel = repcap.CeLevel.Default)

Selects the PRACH configuration index.

param ceLevel

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

return

config: integer Range: 0 to 63

set(config: int, ceLevel=CeLevel.Default) None[source]
# SCPI: [SOURce<HW>]:BB:EUTRa:UL:PRACh:EMTC:CELV<CH0>:CONFig
driver.source.bb.eutra.uplink.prach.emtc.celv.config.set(config = 1, ceLevel = repcap.CeLevel.Default)

Selects the PRACH configuration index.

param config

integer Range: 0 to 63

param ceLevel

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