Config
SCPI Command :
[SOURce<HW>]:BB:EUTRa:UL:PRACh:EMTC:CELV<CH0>:CONFig
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(ceLevel=CeLevel.Default) int[source]
# [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.
- Parameters:
ceLevel – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Celv’)
- Returns:
config: integer Range: 0 to 63
- set(config: int, ceLevel=CeLevel.Default) None[source]
# [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.
- Parameters:
config – integer Range: 0 to 63
ceLevel – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Celv’)