UdConf
SCPI Command :
CONFigure[:LTE]:DL[:CC<cc>]:TDD:UDConf
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:LTE]:DL[:CC<cc>]:TDD:UDConf value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.tdd.udConf.get(carrierComponent = repcap.CarrierComponent.Default)
Selects the subframe configuration for TDD signals.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
configuration: numeric value (integer only) Range: 0 to 6
- set(configuration: float, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:LTE]:DL[:CC<cc>]:TDD:UDConf driver.applications.k10Xlte.configure.lte.downlink.cc.tdd.udConf.set(configuration = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Selects the subframe configuration for TDD signals.
- Parameters:
configuration – numeric value (integer only) Range: 0 to 6
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)