Plci

SCPI Commands :

[SOURce<HW>]:BB:ONEWeb:UL:[PLCI]:CID
[SOURce<HW>]:BB:ONEWeb:UL:[PLCI]:CIDGroup
[SOURce<HW>]:BB:ONEWeb:UL:[PLCI]:PLID
Commands in total: 3
Subgroups: 0
Direct child commands: 3
get_cid() int[source]
# [SOURce<HW>]:BB:ONEWeb:UL:[PLCI]:CID
value: int = driver.source.bb.oneweb.uplink.plci.get_cid()

Sets the cell identity.

Returns:

cell_id: integer Range: 0 to 503

get_cid_group() int[source]
# [SOURce<HW>]:BB:ONEWeb:UL:[PLCI]:CIDGroup
value: int = driver.source.bb.oneweb.uplink.plci.get_cid_group()

Sets the ID of the physical cell identity group.

Returns:

phys_cell_id_group: integer Range: 0 to 167

get_plid() int[source]
# [SOURce<HW>]:BB:ONEWeb:UL:[PLCI]:PLID
value: int = driver.source.bb.oneweb.uplink.plci.get_plid()

No help available

set_cid(cell_id: int) None[source]
# [SOURce<HW>]:BB:ONEWeb:UL:[PLCI]:CID
driver.source.bb.oneweb.uplink.plci.set_cid(cell_id = 1)

Sets the cell identity.

Parameters:

cell_id – integer Range: 0 to 503

set_cid_group(phys_cell_id_group: int) None[source]
# [SOURce<HW>]:BB:ONEWeb:UL:[PLCI]:CIDGroup
driver.source.bb.oneweb.uplink.plci.set_cid_group(phys_cell_id_group = 1)

Sets the ID of the physical cell identity group.

Parameters:

phys_cell_id_group – integer Range: 0 to 167

set_plid(physical_layer_id: int) None[source]
# [SOURce<HW>]:BB:ONEWeb:UL:[PLCI]:PLID
driver.source.bb.oneweb.uplink.plci.set_plid(physical_layer_id = 1)

No help available