SpAttempt

SCPI Commands

CONFigure:CDMA:SIGNaling<Instance>:NETWork:APRobes:SPATtempt:RSP
CONFigure:CDMA:SIGNaling<Instance>:NETWork:APRobes:SPATtempt:REQ
class SpAttempt[source]

SpAttempt commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_req()int[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:NETWork:APRobes:SPATtempt:REQ
value: int = driver.configure.network.aprobes.spAttempt.get_req()

Maximum number of access probe sequences for an access channel or enhanced access channel request (MAX_REQ_SEQ) .

return

seq_attempt_req: Range: 1 to 15

get_rsp()int[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:NETWork:APRobes:SPATtempt:RSP
value: int = driver.configure.network.aprobes.spAttempt.get_rsp()

Maximum number of access probe sequences for an access channel or enhanced access channel response(MAX_RSP_SEQ) .

return

sequ_per_attempt: Range: 1 to 15

set_req(seq_attempt_req: int)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:NETWork:APRobes:SPATtempt:REQ
driver.configure.network.aprobes.spAttempt.set_req(seq_attempt_req = 1)

Maximum number of access probe sequences for an access channel or enhanced access channel request (MAX_REQ_SEQ) .

param seq_attempt_req

Range: 1 to 15

set_rsp(sequ_per_attempt: int)None[source]
# SCPI: CONFigure:CDMA:SIGNaling<Instance>:NETWork:APRobes:SPATtempt:RSP
driver.configure.network.aprobes.spAttempt.set_rsp(sequ_per_attempt = 1)

Maximum number of access probe sequences for an access channel or enhanced access channel response(MAX_RSP_SEQ) .

param sequ_per_attempt

Range: 1 to 15