ScsGroup

SCPI Command :

FETCh:NIOT:MEASurement<Instance>:PRACh:MODulation:SCSGroup
class ScsGroupCls[source]

ScsGroup commands group definition. 2 total commands, 1 Subgroups, 1 group commands

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Sub_Carr_1: int: Subcarrier number for the first symbol group

  • Sub_Carr_2: int: Subcarrier number for the second symbol group

  • Sub_Carr_3: int: Subcarrier number for the third symbol group

  • Sub_Carr_4: int: Subcarrier number for the fourth symbol group

fetch() FetchStruct[source]
# SCPI: FETCh:NIOT:MEASurement<Instance>:PRACh:MODulation:SCSGroup
value: FetchStruct = driver.niotMeas.prach.modulation.scsGroup.fetch()

Returns the numbers of the subcarriers used by the symbol groups of the preamble, for single-preamble measurements. See also ‘NB-IoT preamble structure’.

return:

structure: for return value, see the help for FetchStruct structure arguments.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.niotMeas.prach.modulation.scsGroup.clone()

Subgroups