Select
SCPI Command :
[SENSe][:LTE][:CC<cc>]:SUBFrame:SELect
- class SelectCls[source]
Select commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default) float [source]
# SCPI: [SENSe][:LTE][:CC<cc>]:SUBFrame:SELect value: float = driver.applications.k10Xlte.sense.lte.cc.subframe.select.get(carrierComponent = repcap.CarrierComponent.Default)
Selects the subframe to be analyzed.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return
subframe: ALL | numeric value ALL Select all subframes 0…39 Select a single subframe
- set(subframe: float, carrierComponent=CarrierComponent.Default) None [source]
# SCPI: [SENSe][:LTE][:CC<cc>]:SUBFrame:SELect driver.applications.k10Xlte.sense.lte.cc.subframe.select.set(subframe = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Selects the subframe to be analyzed.
- param subframe
ALL | numeric value ALL Select all subframes 0…39 Select a single subframe
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)