Prach
SCPI Commands :
[SOURce<HW>]:BB:ONEWeb:UL:PRACh:CONFiguration
[SOURce<HW>]:BB:ONEWeb:UL:PRACh:FOFFset
[SOURce<HW>]:BB:ONEWeb:UL:PRACh:RSET
- class PrachCls[source]
Prach commands group definition. 3 total commands, 0 Subgroups, 3 group commands
- get_configuration() int [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:PRACh:CONFiguration value: int = driver.source.bb.oneweb.uplink.prach.get_configuration()
Sets the PRACH configuration number.
- return
configuration: integer Range: 0 to 63
- get_foffset() int [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:PRACh:FOFFset value: int = driver.source.bb.oneweb.uplink.prach.get_foffset()
Sets the prach-FrequencyOffset nRAPRBoffset
- return
frequency_offset: integer Range: 0 to dynamic
- get_rset() bool [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:PRACh:RSET value: bool = driver.source.bb.oneweb.uplink.prach.get_rset()
Enables/disables using of a restricted preamble set.
- return
restricted_set: 1| ON| 0| OFF
- set_configuration(configuration: int) None [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:PRACh:CONFiguration driver.source.bb.oneweb.uplink.prach.set_configuration(configuration = 1)
Sets the PRACH configuration number.
- param configuration
integer Range: 0 to 63
- set_foffset(frequency_offset: int) None [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:PRACh:FOFFset driver.source.bb.oneweb.uplink.prach.set_foffset(frequency_offset = 1)
Sets the prach-FrequencyOffset nRAPRBoffset
- param frequency_offset
integer Range: 0 to dynamic
- set_rset(restricted_set: bool) None [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:PRACh:RSET driver.source.bb.oneweb.uplink.prach.set_rset(restricted_set = False)
Enables/disables using of a restricted preamble set.
- param restricted_set
1| ON| 0| OFF