Sid
SCPI Command :
CONFigure[:LTE]:DL[:CC<cc>]:EPDCch:SID
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:LTE]:DL[:CC<cc>]:EPDCch:SID value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.epdcch.sid.get(carrierComponent = repcap.CarrierComponent.Default)
Defines the EPDCCH set ID used to generate EPDCCH reference symbols.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
set_id: Range: 0 to 503
- set(set_id: float, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:LTE]:DL[:CC<cc>]:EPDCch:SID driver.applications.k10Xlte.configure.lte.downlink.cc.epdcch.sid.set(set_id = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Defines the EPDCCH set ID used to generate EPDCCH reference symbols.
- Parameters:
set_id – Range: 0 to 503
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)