SuConfig
SCPI Command :
CONFigure[:LTE]:UL[:CC<cc>]:SRS:SUConfig
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:LTE]:UL[:CC<cc>]:SRS:SUConfig value: float = driver.applications.k10Xlte.configure.lte.uplink.cc.srs.suConfig.get(carrierComponent = repcap.CarrierComponent.Default)
Defines the SRS subframe configuration. Prerequisites for this command
Turn on the sounding reference signal with method
RsFsw.applications.k10Xlte.configure.lte.uplink.cc.srs.stat.set().
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
configuration: numeric value (integer only) Range: 0 to 14
- set(configuration: float, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:LTE]:UL[:CC<cc>]:SRS:SUConfig driver.applications.k10Xlte.configure.lte.uplink.cc.srs.suConfig.set(configuration = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Defines the SRS subframe configuration. Prerequisites for this command
Turn on the sounding reference signal with method
RsFsw.applications.k10Xlte.configure.lte.uplink.cc.srs.stat.set().
- Parameters:
configuration – numeric value (integer only) Range: 0 to 14
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)