Sinfo

SCPI Command:

FETCh:AFRF:MEASurement<Instance>:DIGital:DMR:SINFo
READ:AFRF:MEASurement<Instance>:DIGital:DMR: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’

  • Color_Code: int: Color code as part of the PDU content

  • Source_Address: int: Source address as part of the PDU content

  • Target_Address: int: Target address as part of the PDU content

  • Pi: int: No parameter help available

  • Pflag: int: Protect flag as part of the PDU content

  • Flco: int: No parameter help available

  • Fid: int: Feature set ID as part of the PDU content

  • Data_Type: int: Data type as part of the PDU content

  • Broadcast: int: Broadcast operation as part of the service options

  • Privacy: int: Privacy operation as part of the service options

  • Pl: int: Priority level as part of the service options

  • Emergency: int: Emergency operation as part of the service options

  • Ovcm: int: Open voice call mode as part of the service options Range: 0 to 15

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

Queries signal information parameters for the DMR standard. SIgnal information includes the PDU content and service options.

return:

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

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

Queries signal information parameters for the DMR standard. SIgnal information includes the PDU content and service options.

return:

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