Idc
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:IDC
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) bool[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:IDC value: bool = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.idc.get(carrierComponent = repcap.CarrierComponent.Default)
Turns analysis of the DC carrier on and off.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
state: OFF | 0 Includes the DC carrier in the analysis. ON | 1 Excludes the DC carrier from the analysis. COMPensate Compensates the DC carrier.
- set(state: bool, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:IDC driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.idc.set(state = False, carrierComponent = repcap.CarrierComponent.Default)
Turns analysis of the DC carrier on and off.
- Parameters:
state – OFF | 0 Includes the DC carrier in the analysis. ON | 1 Excludes the DC carrier from the analysis. COMPensate Compensates the DC carrier.
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)