Rtcf
SCPI Command :
CONFigure[:NR5G]:UL[:CC<cc>]:RPA:RTCF
- class RtcfCls[source]
Rtcf commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default) float [source]
# SCPI: CONFigure[:NR5G]:UL[:CC<cc>]:RPA:RTCF value: float = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.rpa.rtcf.get(carrierComponent = repcap.CarrierComponent.Default)
Defines the frequency of the reference point A relative to the carrier’s center frequency.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return
frequency: numeric value Unit: Hz
- set(frequency: float, carrierComponent=CarrierComponent.Default) None [source]
# SCPI: CONFigure[:NR5G]:UL[:CC<cc>]:RPA:RTCF driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.rpa.rtcf.set(frequency = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Defines the frequency of the reference point A relative to the carrier’s center frequency.
- param frequency
numeric value Unit: Hz
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)