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
Commands in total: 5
Subgroups: 1
Direct child commands: 4
get_ndl_symbols() int[source]
# [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. Prerequisites to define the number of downlink symbols:

  • Enter downlink mode (method RsSmw.source.bb.nr5G.link() ) .

  • Turn off usage of special slot format (method RsSmw.source.bb.nr5G.qckset.frmFormat.ssc.sfi.state() ) .

Otherwise, the command is a query only.

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

Returns:

qck_set_sguard_sym: integer Range: 0 to 14

get_nul_symbols() int[source]
# [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. Prerequisites to define the number of downlink symbols:

  • Enter uplink mode (method RsSmw.source.bb.nr5G.link() ) .

  • Turn off usage of special slot format (method RsSmw.source.bb.nr5G.qckset.frmFormat.ssc.sfi.state() ) .

Otherwise, the command is a query only.

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

Returns:

qck_set_slot_fmt: integer Range: 0 to 45

Cloning the Group

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

Subgroups