Ssc
SCPI Commands :
[SOURce<HW>]:BB:NR5G:QCKSet:FRMFormat:SSC:NDLSymbols
[SOURce<HW>]:BB:NR5G:QCKSet:FRMFormat:SSC:NGSYmbols
[SOURce<HW>]:BB:NR5G:QCKSet:FRMFormat:SSC:NULSymbols
[SOURce<HW>]:BB:NR5G:QCKSet:FRMFormat:SSC:SLFMt
- class SscCls[source]
Ssc commands group definition. 5 total commands, 1 Subgroups, 4 group commands
- get_ndl_symbols() int [source]
# SCPI: [SOURce<HW>]:BB:NR5G:QCKSet:FRMFormat:SSC:NDLSymbols value: int = driver.source.bb.nr5G.qckset.frmFormat.ssc.get_ndl_symbols()
- Defines the number of downlink symbols in a special slot.
INTRO_CMD_HELP: Prerequisites to define the number of downlink symbols:
Enter downlink mode ([:SOURce<hw>]:BB:NR5G:LINK) .
Turn off usage of special slot format ([:SOURce<hw>]:BB:NR5G:QCKSet:FRMFormat:SSC:SFI:STATe) .
Otherwise, the command is a query only.
- return
qck_set_slot_dl_sym: No help available
- get_ng_symbols() int [source]
# SCPI: [SOURce<HW>]:BB:NR5G:QCKSet:FRMFormat:SSC:NGSYmbols value: int = driver.source.bb.nr5G.qckset.frmFormat.ssc.get_ng_symbols()
Queries the number of guard symbols.
- return
qck_set_sguard_sym: integer Range: 0 to 14
- get_nul_symbols() int [source]
# SCPI: [SOURce<HW>]:BB:NR5G:QCKSet:FRMFormat:SSC:NULSymbols value: int = driver.source.bb.nr5G.qckset.frmFormat.ssc.get_nul_symbols()
- Defines the number of uplink symbols in a special slot.
INTRO_CMD_HELP: Prerequisites to define the number of downlink symbols:
Enter uplink mode ([:SOURce<hw>]:BB:NR5G:LINK) .
Turn off usage of special slot format ([:SOURce<hw>]:BB:NR5G:QCKSet:FRMFormat:SSC:SFI:STATe) .
Otherwise, the command is a query only.
- return
qck_set_sul_slots: No help available
- get_slfmt() int [source]
# SCPI: [SOURce<HW>]:BB:NR5G:QCKSet:FRMFormat:SSC:SLFMt value: int = driver.source.bb.nr5G.qckset.frmFormat.ssc.get_slfmt()
Sets the special slot format index.
- return
qck_set_slot_fmt: integer Range: 0 to 45
- set_ndl_symbols(qck_set_slot_dl_sym: int) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:QCKSet:FRMFormat:SSC:NDLSymbols driver.source.bb.nr5G.qckset.frmFormat.ssc.set_ndl_symbols(qck_set_slot_dl_sym = 1)
- Defines the number of downlink symbols in a special slot.
INTRO_CMD_HELP: Prerequisites to define the number of downlink symbols:
Enter downlink mode ([:SOURce<hw>]:BB:NR5G:LINK) .
Turn off usage of special slot format ([:SOURce<hw>]:BB:NR5G:QCKSet:FRMFormat:SSC:SFI:STATe) .
Otherwise, the command is a query only.
- param qck_set_slot_dl_sym
integer Range: 0 to 14
- set_nul_symbols(qck_set_sul_slots: int) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:QCKSet:FRMFormat:SSC:NULSymbols driver.source.bb.nr5G.qckset.frmFormat.ssc.set_nul_symbols(qck_set_sul_slots = 1)
- Defines the number of uplink symbols in a special slot.
INTRO_CMD_HELP: Prerequisites to define the number of downlink symbols:
Enter uplink mode ([:SOURce<hw>]:BB:NR5G:LINK) .
Turn off usage of special slot format ([:SOURce<hw>]:BB:NR5G:QCKSet:FRMFormat:SSC:SFI:STATe) .
Otherwise, the command is a query only.
- param qck_set_sul_slots
integer Range: 0 to 14
- set_slfmt(qck_set_slot_fmt: int) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:QCKSet:FRMFormat:SSC:SLFMt driver.source.bb.nr5G.qckset.frmFormat.ssc.set_slfmt(qck_set_slot_fmt = 1)
Sets the special slot format index.
- param qck_set_slot_fmt
integer Range: 0 to 45
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.nr5G.qckset.frmFormat.ssc.clone()
Subgroups