Imaginary
SCPI Command :
CONFigure[:LTE]:DL[:CC<cc>]:SYNC:CSWeight:ANTenna<ant>:SHFRame<fr>:IMAGinary
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default, antenna=Antenna.Default) float[source]
# CONFigure[:LTE]:DL[:CC<cc>]:SYNC:CSWeight:ANTenna<ant>:SHFRame<fr>:IMAGinary value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.sync.csWeight.antenna.shFrame.imaginary.get(carrierComponent = repcap.CarrierComponent.Default, antenna = repcap.Antenna.Default)
Defines the signal weight for the imaginary part of the signal in the second half frame. Prerequisites for this command
Turn on custom sync signal weight (method
RsFsw.applications.k10Xlte.configure.lte.downlink.cc.sync.csWeight.state.set()) .
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
antenna – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Antenna’)
- Returns:
imaginary: Range: -1 to 1
- set(imaginary: float, carrierComponent=CarrierComponent.Default, antenna=Antenna.Default) None[source]
# CONFigure[:LTE]:DL[:CC<cc>]:SYNC:CSWeight:ANTenna<ant>:SHFRame<fr>:IMAGinary driver.applications.k10Xlte.configure.lte.downlink.cc.sync.csWeight.antenna.shFrame.imaginary.set(imaginary = 1.0, carrierComponent = repcap.CarrierComponent.Default, antenna = repcap.Antenna.Default)
Defines the signal weight for the imaginary part of the signal in the second half frame. Prerequisites for this command
Turn on custom sync signal weight (method
RsFsw.applications.k10Xlte.configure.lte.downlink.cc.sync.csWeight.state.set()) .
- Parameters:
imaginary – Range: -1 to 1
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
antenna – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Antenna’)