Select

SCPI Command :

[SENSe]:NR5G[:CC<cc>]:FRAMe:SELect
class SelectCls[source]

Select commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(carrierComponent=CarrierComponent.Default) float[source]
# SCPI: [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.

param carrierComponent

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

return

frame: No help available

set(frame: float, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: [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.

param frame

irrelevant

param carrierComponent

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)