Ctype
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:ALLocation<al>:DMRS:CTYPe
- class CtypeCls[source]
- Ctype commands group definition. 1 total commands, 0 Subgroups, 1 group commands - get(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, slot=Slot.Default, allocation=Allocation.Default) float[source]
- # SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:ALLocation<al>:DMRS:CTYPe value: float = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.slot.allocation.dmrs.ctype.get(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, slot = repcap.Slot.Default, allocation = repcap.Allocation.Default) - Selects the PDSCH DM-RS configuration type. - param carrierComponent
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’) 
- param frame
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’) 
- param bwPart
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘BwPart’) 
- param slot
- optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Slot’) 
- param allocation
- optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Allocation’) 
- return
- configuration: 1 | 2 
 
 - set(configuration: float, carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, slot=Slot.Default, allocation=Allocation.Default) None[source]
- # SCPI: CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:ALLocation<al>:DMRS:CTYPe driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.slot.allocation.dmrs.ctype.set(configuration = 1.0, carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, slot = repcap.Slot.Default, allocation = repcap.Allocation.Default) - Selects the PDSCH DM-RS configuration type. - param configuration
- 1 | 2 
- param carrierComponent
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’) 
- param frame
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’) 
- param bwPart
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘BwPart’) 
- param slot
- optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Slot’) 
- param allocation
- optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Allocation’)