Sinfo

SCPI Command:

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

  • Network_Access_Code: str: Network access code in hexadecimal representation of the network identifier

  • Link_Control_Format: int: Link control format of the link control word

  • Mf_Id: int: Manufacture ID of the link control word

  • Emergency: int: Emergency field of the link control word

  • Reserved: int: Reserved field of the link control word

  • Target_Id: str: Target ID in hexadecimal representation of the link control word

  • Source_Id: str: Source ID in hexadecimal representation of the link control word

  • Message_Indicator: int: Message indicator of the encryption sync word

  • Alg_Id: int: Algorithm ID of the encryption sync word

  • Key_Id: int: Key ID of the encryption sync word

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

Queries signal information parameters for the P25 standard. Signal information includes the network identifier, the link control word and the encryption sync word.

return:

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

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

Queries signal information parameters for the P25 standard. Signal information includes the network identifier, the link control word and the encryption sync word.

return:

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