Fnnf

SCPI Command :

CONFigure[:NR5G]:UL[:CC<cc>]:FNNF
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:FNNF
value: float = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.fnnf.get(carrierComponent = repcap.CarrierComponent.Default)

Defines the 5G NR system frame number.

Parameters:

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

set(frame_number: float, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:FNNF
driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.fnnf.set(frame_number = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Defines the 5G NR system frame number.

Parameters:
  • frame_number – 1…16 (component carrier) irrelevant

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