Tsc

SCPI Commands

FETCh:GSM:MEASurement<Instance>:MEValuation:PVTime:TSC
class Tsc[source]

Tsc commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

fetch()List[RsCmwGsmMeas.enums.TscB][source]
# SCPI: FETCh:GSM:MEASurement<Instance>:MEValuation:PVTime:TSC
value: List[enums.TscB] = driver.multiEval.powerVsTime.tsc.fetch()

Returns the detected training sequence code (TSC) and burst type for all measured timeslots. 8 values are returned, irrespective of the ‘No. of Slots’ measured (method RsCmwGsmMeas.Configure.MultiEval.mslots) . If ‘No. of Slots’ < 8, some of the returned values are NAN.

Use RsCmwGsmMeas.reliability.last_value to read the updated reliability indicator.

return

tsc: OFF | NB0 | NB1 | NB2 | NB3 | NB4 | NB5 | NB6 | NB7 | DUMMy | AB0 | AB1 | AB2 | AB3 | AB4 | AB5 | AB6 | AB7 Detected TSC (8 values) : OFF: Inactive slot NB0 … NB7: Normal burst, training sequence TSC0 to TSC7 DUMMY: Dummy burst AB0 … AB7: Access burst, TSC 0 to TSC7