Econditions
SCPI Command :
CONFigure[:NR5G]:UL[:CC<cc>]:SFLatness:ECONditions
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) bool[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:SFLatness:ECONditions value: bool = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.sflatness.econditions.get(carrierComponent = repcap.CarrierComponent.Default)
Turns extreme conditions for spectrum flatness measurements on and off. Prerequisites for this command
Select FR1 deployment (method
RsFsw.applications.k14Xnr5G.configure.nr5G.uplink.cc.dfRange.set()) .
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:SFLatness:ECONditions driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.sflatness.econditions.set(state = False, carrierComponent = repcap.CarrierComponent.Default)
Turns extreme conditions for spectrum flatness measurements on and off. Prerequisites for this command
Select FR1 deployment (method
RsFsw.applications.k14Xnr5G.configure.nr5G.uplink.cc.dfRange.set()) .
- Parameters:
state – ON | OFF | 1 | 0
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)