DfRange
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:DFRange
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) DeploymentFrange[source]
# 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.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
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: DeploymentFrange, carrierComponent=CarrierComponent.Default) None[source]
# 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.
- Parameters:
deployment – LOW Deployment in FR1 <= 3 GHz. MIDDle Deployment in FR1 3 GHz. HIGH Deployment in FR2-1. EHIGh Deployment in FR2-2.
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)