FormatPy
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:FORMat
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, slotRc=SlotRc.Default) float[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:FORMat value: float = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.slot.formatPy.get(carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, slotRc = repcap.SlotRc.Default)
Selects the slot format for a slot.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
frame – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)
bwPart – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘BwPart’)
slotRc – optional repeated capability selector. Default value: Ix0 (settable in the interface ‘Slot’)
- Returns:
slot_format: numeric value (integer only) Range: 0 to 61
- set(slot_format: float, carrierComponent=CarrierComponent.Default, frame=Frame.Default, bwPart=BwPart.Default, slotRc=SlotRc.Default) None[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:FRAMe<fr>:BWPart<bwp>:SLOT<sl>:FORMat driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.frame.bwPart.slot.formatPy.set(slot_format = 1.0, carrierComponent = repcap.CarrierComponent.Default, frame = repcap.Frame.Default, bwPart = repcap.BwPart.Default, slotRc = repcap.SlotRc.Default)
Selects the slot format for a slot.
- Parameters:
slot_format – numeric value (integer only) Range: 0 to 61
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
frame – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Frame’)
bwPart – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘BwPart’)
slotRc – optional repeated capability selector. Default value: Ix0 (settable in the interface ‘Slot’)