PlcId

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:PLCid
class PlcIdCls[source]

PlcId commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(segment=Segment.Default) int[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:PLCid
value: int = driver.configure.multiEval.listPy.segment.plcId.get(segment = repcap.Segment.Default)

Specifies the physical cell ID for segment <no>. See also method RsCmwLteMeas.Configure.MultiEval.ListPy.plcMode.

param segment:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)

return:

phys_layer_cell_id: integer Range: 0 to 503

set(phys_layer_cell_id: int, segment=Segment.Default) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:LIST:SEGMent<nr>:PLCid
driver.configure.multiEval.listPy.segment.plcId.set(phys_layer_cell_id = 1, segment = repcap.Segment.Default)

Specifies the physical cell ID for segment <no>. See also method RsCmwLteMeas.Configure.MultiEval.ListPy.plcMode.

param phys_layer_cell_id:

integer Range: 0 to 503

param segment:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Segment’)