Prach

SCPI Commands :

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

No help available

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

No help available

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

No help available

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

No help available

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

No help available

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

No help available