Rtcf

SCPI Command :

CONFigure[:NR5G]:DL[:CC<cc>]:RPA:RTCF
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:RPA:RTCF
value: float = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.rpa.rtcf.get(carrierComponent = repcap.CarrierComponent.Default)

Defines the frequency of the reference point A relative to the carrier’s center frequency.

Parameters:

carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

Returns:

frequency: numeric value Unit: Hz

set(frequency: float, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:RPA:RTCF
driver.applications.k14Xnr5G.configure.nr5G.downlink.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.

Parameters:
  • frequency – numeric value Unit: Hz

  • carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)