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() 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_slength(qck_set_slot_len: 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

Cloning the Group

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

Subgroups