Plci

SCPI Commands :

[SOURce<HW>]:BB:ONEWeb:DL:[PLCI]:CID
[SOURce<HW>]:BB:ONEWeb:DL:[PLCI]:CIDGroup
[SOURce<HW>]:BB:ONEWeb:DL:[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:DL:[PLCI]:CID
value: int = driver.source.bb.oneweb.downlink.plci.get_cid()

Sets the cell identity.

return

cell_id: integer Range: 0 to 255

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

No command help available

return

cell_id_group: No help available

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

No command help available

return

phys_lay_id: No help available

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

Sets the cell identity.

param cell_id

integer Range: 0 to 255

set_cid_group(cell_id_group: int) None[source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:DL:[PLCI]:CIDGroup
driver.source.bb.oneweb.downlink.plci.set_cid_group(cell_id_group = 1)

No command help available

param cell_id_group

No help available

set_plid(phys_lay_id: int) None[source]
# SCPI: [SOURce<HW>]:BB:ONEWeb:DL:[PLCI]:PLID
driver.source.bb.oneweb.downlink.plci.set_plid(phys_lay_id = 1)

No command help available

param phys_lay_id

No help available