State
SCPI Command :
CONFigure[:NR5G]:UL[:CC<cc>]:RFUC:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) bool[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:RFUC:STATe value: bool = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.rfuc.state.get(carrierComponent = repcap.CarrierComponent.Default)
Turns RF upconversion and corresponding phase compensation on and off.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
state: ON | OFF | 1 | 0
- set(state: bool, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:RFUC:STATe driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.rfuc.state.set(state = False, carrierComponent = repcap.CarrierComponent.Default)
Turns RF upconversion and corresponding phase compensation on and off.
- Parameters:
state – ON | OFF | 1 | 0
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)