FtConfig
SCPI Command :
CONFigure[:NR5G]:UL[:CC<cc>]:FTConfig
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) float[source]
# 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.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
frames: numeric value (integer only)
- set(frames: float, carrierComponent=CarrierComponent.Default) None[source]
# 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.
- Parameters:
frames – numeric value (integer only)
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)