Select
SCPI Command :
[SENSe]:NR5G[:CC<cc>]:BWPart:SELect
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) float[source]
# [SENSe]:NR5G[:CC<cc>]:BWPart:SELect value: float = driver.applications.k14Xnr5G.sense.nr5G.cc.bwPart.select.get(carrierComponent = repcap.CarrierComponent.Default)
Filters the displayed results by a certain bandwidth part.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
bwp: ALL Shows the results for all bandwidth parts, including the SS/PBCH block. SSBLock Shows the results for the SS/PBCH block. numeric value (integer only) Shows the results for a single bandwidth part.
- set(bwp: float, carrierComponent=CarrierComponent.Default) None[source]
# [SENSe]:NR5G[:CC<cc>]:BWPart:SELect driver.applications.k14Xnr5G.sense.nr5G.cc.bwPart.select.set(bwp = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Filters the displayed results by a certain bandwidth part.
- Parameters:
bwp – ALL Shows the results for all bandwidth parts, including the SS/PBCH block. SSBLock Shows the results for the SS/PBCH block. numeric value (integer only) Shows the results for a single bandwidth part.
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)