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.

Cloning the Group

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

Subgroups