Prach

SCPI Commands :

[SOURce<HW>]:BB:ONEWeb:UL:PRACh:CONFiguration
[SOURce<HW>]:BB:ONEWeb:UL:PRACh:FOFFset
[SOURce<HW>]:BB:ONEWeb:UL:PRACh:RSET
Commands in total: 3
Subgroups: 0
Direct child commands: 3
get_configuration() int[source]
# [SOURce<HW>]:BB:ONEWeb:UL:PRACh:CONFiguration
value: int = driver.source.bb.oneweb.uplink.prach.get_configuration()

Sets the PRACH configuration number.

Returns:

configuration: integer Range: 0 to 63

get_foffset() int[source]
# [SOURce<HW>]:BB:ONEWeb:UL:PRACh:FOFFset
value: int = driver.source.bb.oneweb.uplink.prach.get_foffset()

Sets the prach-FrequencyOffset nRAPRBoffset

Returns:

frequency_offset: integer Range: 0 to dynamic

get_rset() bool[source]
# [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.

Returns:

restricted_set: 1 | ON | 0| OFF

set_configuration(configuration: int) None[source]
# [SOURce<HW>]:BB:ONEWeb:UL:PRACh:CONFiguration
driver.source.bb.oneweb.uplink.prach.set_configuration(configuration = 1)

Sets the PRACH configuration number.

Parameters:

configuration – integer Range: 0 to 63

set_foffset(frequency_offset: int) None[source]
# [SOURce<HW>]:BB:ONEWeb:UL:PRACh:FOFFset
driver.source.bb.oneweb.uplink.prach.set_foffset(frequency_offset = 1)

Sets the prach-FrequencyOffset nRAPRBoffset

Parameters:

frequency_offset – integer Range: 0 to dynamic

set_rset(restricted_set: bool) None[source]
# [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.

Parameters:

restricted_set – 1 | ON | 0| OFF