FrmFormat

SCPI Commands :

[SOURce<HW>]:BB:NR5G:QCKSet:FRMFormat:NDLSlots
[SOURce<HW>]:BB:NR5G:QCKSet:FRMFormat:NSSLots
[SOURce<HW>]:BB:NR5G:QCKSet:FRMFormat:NULSlots
[SOURce<HW>]:BB:NR5G:QCKSet:FRMFormat:SLENgth
[SOURce<HW>]:BB:NR5G:QCKSet:FRMFormat:SLINt
class FrmFormatCls[source]

FrmFormat commands group definition. 11 total commands, 2 Subgroups, 5 group commands

get_ndl_slots() int[source]
# SCPI: [SOURce<HW>]:BB:NR5G:QCKSet:FRMFormat:NDLSlots
value: int = driver.source.bb.nr5G.qckset.frmFormat.get_ndl_slots()

Sets the number of DL slots in the frame.

return

qck_set_dl_slots: integer Range: 0 to 10

get_ns_slots() int[source]
# SCPI: [SOURce<HW>]:BB:NR5G:QCKSet:FRMFormat:NSSLots
value: int = driver.source.bb.nr5G.qckset.frmFormat.get_ns_slots()

Queries the number of special slots in the frame.

return

qck_set_no_spl_slot: integer Range: 0 to 1

get_nul_slots() int[source]
# SCPI: [SOURce<HW>]:BB:NR5G:QCKSet:FRMFormat:NULSlots
value: int = driver.source.bb.nr5G.qckset.frmFormat.get_nul_slots()

Queries the number of UL slots in the frame.

return

qck_set_ul_slots: No help available

get_slength() RsSmbv.enums.QuickSetSlotLenAll[source]
# SCPI: [SOURce<HW>]:BB:NR5G:QCKSet:FRMFormat:SLENgth
value: enums.QuickSetSlotLenAll = driver.source.bb.nr5G.qckset.frmFormat.get_slength()

No command help available

return

qck_set_slot_len: No help available

get_slint() int[source]
# SCPI: [SOURce<HW>]:BB:NR5G:QCKSet:FRMFormat:SLINt
value: int = driver.source.bb.nr5G.qckset.frmFormat.get_slint()

Sets the duration of the frame in slots.

return

slot_length_int: No help available

set_ndl_slots(qck_set_dl_slots: int) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:QCKSet:FRMFormat:NDLSlots
driver.source.bb.nr5G.qckset.frmFormat.set_ndl_slots(qck_set_dl_slots = 1)

Sets the number of DL slots in the frame.

param qck_set_dl_slots

integer Range: 0 to 10

set_nul_slots(qck_set_ul_slots: int) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:QCKSet:FRMFormat:NULSlots
driver.source.bb.nr5G.qckset.frmFormat.set_nul_slots(qck_set_ul_slots = 1)

Queries the number of UL slots in the frame.

param qck_set_ul_slots

integer Range: 0 to 10

set_slength(qck_set_slot_len: RsSmbv.enums.QuickSetSlotLenAll) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:QCKSet:FRMFormat:SLENgth
driver.source.bb.nr5G.qckset.frmFormat.set_slength(qck_set_slot_len = enums.QuickSetSlotLenAll.S10)

No command help available

param qck_set_slot_len

No help available

set_slint(slot_length_int: int) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:QCKSet:FRMFormat:SLINt
driver.source.bb.nr5G.qckset.frmFormat.set_slint(slot_length_int = 1)

Sets the duration of the frame in slots.

param slot_length_int

integer Range: 2 to 20

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.nr5G.qckset.frmFormat.clone()

Subgroups