Fnnf
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:FNNF
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:FNNF value: float = driver.applications.k14Xnr5G.configure.nr5G.downlink.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]:DL[:CC<cc>]:FNNF driver.applications.k14Xnr5G.configure.nr5G.downlink.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’)