Plci
SCPI Commands :
[SOURce<HW>]:BB:ONEWeb:UL:[PLCI]:CID
[SOURce<HW>]:BB:ONEWeb:UL:[PLCI]:CIDGroup
[SOURce<HW>]:BB:ONEWeb:UL:[PLCI]:PLID
- class PlciCls[source]
Plci commands group definition. 3 total commands, 0 Subgroups, 3 group commands
- get_cid() int [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:[PLCI]:CID value: int = driver.source.bb.oneweb.uplink.plci.get_cid()
Sets the cell identity.
- return
cell_id: integer Range: 0 to 503
- get_cid_group() int [source]
# SCPI: [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.
- return
phys_cell_id_group: integer Range: 0 to 167
- get_plid() int [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:[PLCI]:PLID value: int = driver.source.bb.oneweb.uplink.plci.get_plid()
No command help available
- return
physical_layer_id: No help available
- set_cid(cell_id: int) None [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:[PLCI]:CID driver.source.bb.oneweb.uplink.plci.set_cid(cell_id = 1)
Sets the cell identity.
- param cell_id
integer Range: 0 to 503
- set_cid_group(phys_cell_id_group: int) None [source]
# SCPI: [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.
- param phys_cell_id_group
integer Range: 0 to 167
- set_plid(physical_layer_id: int) None [source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:UL:[PLCI]:PLID driver.source.bb.oneweb.uplink.plci.set_plid(physical_layer_id = 1)
No command help available
- param physical_layer_id
No help available