Fnnf

SCPI Command :

CONFigure[:NR5G]:UL[:CC<cc>]:FNNF
class FnnfCls[source]

Fnnf commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(carrierComponent=CarrierComponent.Default) float[source]
# SCPI: 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.

param carrierComponent

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

return

frame_number: No help available

set(frame_number: float, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: 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.

param frame_number

irrelevant

param carrierComponent

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