Sinfo

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:DIGital:TETRa:SINFo
READ:AFRF:MEASurement<Instance>:DIGital:TETRa:SINFo
class SinfoCls[source]

Sinfo commands group definition. 2 total commands, 0 Subgroups, 2 group commands

class ResultData[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability indicator values’

  • System_Code: int: System code

  • Sharing_Mode: enums.SharingModeTetra: CONTinuous | CARRier | MMCH | TRAFfic Sharing mode

  • Reserved_Frame: int: Reserved frame

  • Dtx: enums.Allow: NA | ALLowed

  • Frame_Ext: enums.Allow: NA | ALLowed

  • Broadcast: enums.Allow: NA | ALLowed

  • Cell_Service_Level: enums.Allow: NA | ALLowed

  • Late_Entry: enums.Allow: NA | ALLowed

  • Bcc: int: No parameter help available

  • Mcc: int: No parameter help available

  • Mnc: int: No parameter help available

  • Time_Slot_Num: int: No parameter help available

  • Frame_Num: int: No parameter help available

  • Multiframe_Num: int: No parameter help available

fetch() ResultData[source]
# SCPI: FETCh:AFRF:MEASurement<Instance>:DIGital:TETRa:SINFo
value: ResultData = driver.afRf.measurement.digital.tetra.sinfo.fetch()

Queries signal information parameters for the TETRA standard when operating in downlink/forward direction: CONF:AFRF:MEAS:DIG:TETR:LDIR DLNK Signal information includes the system code, test modes, frame and service information.

return:

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

read() ResultData[source]
# SCPI: READ:AFRF:MEASurement<Instance>:DIGital:TETRa:SINFo
value: ResultData = driver.afRf.measurement.digital.tetra.sinfo.read()

Queries signal information parameters for the TETRA standard when operating in downlink/forward direction: CONF:AFRF:MEAS:DIG:TETR:LDIR DLNK Signal information includes the system code, test modes, frame and service information.

return:

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