VtpInter
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:ALLocation<al>:VTPinter
- class VtpInterCls[source]
VtpInter 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>:VTPinter value: float = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.slot.allocation.vtpInter.get(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, slot = repcap.Slot.Default, allocation = repcap.Allocation.Default)
Selects the interleaving size of VRB bundles.
- 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
type_py: NINT No resource block bundling. numeric_value (integer only) Size of a VRB bundle (2 or 4 resource blocks) .
- set(type_py: 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>:VTPinter driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.slot.allocation.vtpInter.set(type_py = 1.0, carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, slot = repcap.Slot.Default, allocation = repcap.Allocation.Default)
Selects the interleaving size of VRB bundles.
- param type_py
NINT No resource block bundling. numeric_value (integer only) Size of a VRB bundle (2 or 4 resource blocks) .
- 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’)