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
Commands in total: 11
Subgroups: 2
Direct child commands: 5
get_ndl_slots() int[source]
# [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.

Returns:

qck_set_dl_slots: integer Range: 0 to 10

get_ns_slots() int[source]
# [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.

Returns:

qck_set_no_spl_slot: integer Range: 0 to 1

get_nul_slots() int[source]
# [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.

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

No help available

get_slint() int[source]
# [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.

set_ndl_slots(qck_set_dl_slots: int) None[source]
# [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.

Parameters:

qck_set_dl_slots – integer Range: 0 to 10

set_nul_slots(qck_set_ul_slots: int) None[source]
# [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.

Parameters:

qck_set_ul_slots – integer Range: 0 to 10

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

No help available

set_slint(slot_length_int: int) None[source]
# [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.

Parameters:

slot_length_int – integer Range: 2 to 20

Cloning the Group

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

Subgroups