Prach

SCPI Commands :

[SOURce<HW>]:BB:V5G:UL:PRACh:CONFiguration
[SOURce<HW>]:BB:V5G:UL:PRACh:FOFFset
[SOURce<HW>]:BB:V5G: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:V5G:UL:PRACh:CONFiguration
value: int = driver.source.bb.v5G.uplink.prach.get_configuration()

No command help available

return

configuration: No help available

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

No command help available

return

frequency_offset: No help available

get_rset() bool[source]
# SCPI: [SOURce<HW>]:BB:V5G:UL:PRACh:RSET
value: bool = driver.source.bb.v5G.uplink.prach.get_rset()

No command help available

return

restricted_set: No help available

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

No command help available

param configuration

No help available

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

No command help available

param frequency_offset

No help available

set_rset(restricted_set: bool) None[source]
# SCPI: [SOURce<HW>]:BB:V5G:UL:PRACh:RSET
driver.source.bb.v5G.uplink.prach.set_rset(restricted_set = False)

No command help available

param restricted_set

No help available