Idc

SCPI Command :

CONFigure[:NR5G]:UL[:CC<cc>]:IDC
class IdcCls[source]

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

get(carrierComponent=CarrierComponent.Default) bool[source]
# SCPI: CONFigure[:NR5G]:UL[:CC<cc>]:IDC
value: bool = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.idc.get(carrierComponent = repcap.CarrierComponent.Default)

Turns analysis of the DC carrier on and off.

param carrierComponent

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

return

state: ON | OFF | 1 | 0

set(state: bool, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: CONFigure[:NR5G]:UL[:CC<cc>]:IDC
driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.idc.set(state = False, carrierComponent = repcap.CarrierComponent.Default)

Turns analysis of the DC carrier on and off.

param state

ON | OFF | 1 | 0

param carrierComponent

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