Zpower
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:CSI<csi>:ZPOWer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, csiRs=CsiRs.Default) bool[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:CSI<csi>:ZPOWer value: bool = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.csi.zpower.get(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, csiRs = repcap.CsiRs.Default)
Turns zero power transmission of the CSI reference signal on and off. Effects of this command
Turning on zero power transmission disables the scrambling ID and relative power parameters (method
RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.csi.sid.set()and methodRsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.csi.power.set()) .
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
frame – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)
bwPart – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘BwPart’)
csiRs – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Csi’)
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool, carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, csiRs=CsiRs.Default) None[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:CSI<csi>:ZPOWer driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.csi.zpower.set(state = False, carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, csiRs = repcap.CsiRs.Default)
Turns zero power transmission of the CSI reference signal on and off. Effects of this command
Turning on zero power transmission disables the scrambling ID and relative power parameters (method
RsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.csi.sid.set()and methodRsFsw.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.csi.power.set()) .
- Parameters:
state – ON | OFF | 1 | 0
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
frame – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)
bwPart – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘BwPart’)
csiRs – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Csi’)