DfRange
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:DFRange
- class DfRangeCls[source]
DfRange commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default) RsFsw.enums.DeploymentFrange [source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:DFRange value: enums.DeploymentFrange = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.dfRange.get(carrierComponent = repcap.CarrierComponent.Default)
Selects the deployment frequency range of the signal.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return
deployment: LOW Deployment in FR1 <= 3 GHz. MIDDle Deployment in FR1 3 GHz. HIGH Deployment in FR2-1. EHIGh Deployment in FR2-2.
- set(deployment: RsFsw.enums.DeploymentFrange, carrierComponent=CarrierComponent.Default) None [source]
# SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:DFRange driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.dfRange.set(deployment = enums.DeploymentFrange.EHIGh, carrierComponent = repcap.CarrierComponent.Default)
Selects the deployment frequency range of the signal.
- param deployment
LOW Deployment in FR1 <= 3 GHz. MIDDle Deployment in FR1 3 GHz. HIGH Deployment in FR2-1. EHIGh Deployment in FR2-2.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)