Select
SCPI Command :
[SENSe]:NR5G[:CC<cc>]:FRAMe:SELect
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) float[source]
# [SENSe]:NR5G[:CC<cc>]:FRAMe:SELect value: float = driver.applications.k14Xnr5G.sense.nr5G.cc.frame.select.get(carrierComponent = repcap.CarrierComponent.Default)
Filters the displayed results by a specific frame.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- set(frame: float, carrierComponent=CarrierComponent.Default) None[source]
# [SENSe]:NR5G[:CC<cc>]:FRAMe:SELect driver.applications.k14Xnr5G.sense.nr5G.cc.frame.select.set(frame = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Filters the displayed results by a specific frame.
- Parameters:
frame – irrelevant
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)