FtConfig

SCPI Command :

CONFigure[:NR5G]:UL[:CC<cc>]:FTConfig
class FtConfigCls[source]

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

get(carrierComponent=CarrierComponent.Default) float[source]
# SCPI: CONFigure[:NR5G]:UL[:CC<cc>]:FTConfig
value: float = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.ftConfig.get(carrierComponent = repcap.CarrierComponent.Default)

Defines the number of configurable frames.

param carrierComponent

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

return

frames: numeric value (integer only)

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

Defines the number of configurable frames.

param frames

numeric value (integer only)

param carrierComponent

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