Aocc
SCPI Command :
CONFigure[:LTE]:UL[:CC<cc>]:DRS:AOCC
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) bool[source]
# CONFigure[:LTE]:UL[:CC<cc>]:DRS:AOCC value: bool = driver.applications.k10Xlte.configure.lte.uplink.cc.drs.aocc.get(carrierComponent = repcap.CarrierComponent.Default)
Turns the configuration of the demodulation reference signal on a subframe basis via the ‘Cyclic Field Shift’ on and off.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
state: ON | OFF
- set(state: bool, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:LTE]:UL[:CC<cc>]:DRS:AOCC driver.applications.k10Xlte.configure.lte.uplink.cc.drs.aocc.set(state = False, carrierComponent = repcap.CarrierComponent.Default)
Turns the configuration of the demodulation reference signal on a subframe basis via the ‘Cyclic Field Shift’ on and off.
- Parameters:
state – ON | OFF
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)