Sense

SCPI Commands

SENSe:CDMA:SIGNaling<Instance>:CVINfo
class Sense[source]

Sense commands group definition. 36 total commands, 5 Sub-groups, 1 group commands

class CvInfoStruct[source]

Structure for reading output parameters. Fields:

  • Loopback_Delay: float: Time delay measured during loopback voice connection Range: 0 s to 10 s , Unit: s

  • Forward_Enc_Delay: float: Encoder time delay in forward link measured during the connection to the speech codec board Range: 0 s to 10 s , Unit: s

  • Reverse_Dec_Delay: float: Decoder time delay in reverse link measured during the connection to the speech codec board Range: 0 s to 10 s , Unit: s

get_cv_info()CvInfoStruct[source]
# SCPI: SENSe:CDMA:SIGNaling<instance>:CVINfo
value: CvInfoStruct = driver.sense.get_cv_info()

Displays the time delay of a voice connection.

return

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.sense.clone()

Subgroups