MsFrames

SCPI Commands

FETCh:WCDMa:SIGNaling<Instance>:HACK:MSFRames
READ:WCDMa:SIGNaling<Instance>:HACK:MSFRames
class MsFrames[source]

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

fetch()int[source]
# SCPI: FETCh:WCDMa:SIGNaling<instance>:HACK:MSFRames
value: int = driver.hack.msFrames.fetch()

Return the total number of already measured HSDPA subframes.

Use RsCmwWcdmaSig.reliability.last_value to read the updated reliability indicator.

return

meas_sub_frames: Range: 0 to 2E+9

read()int[source]
# SCPI: READ:WCDMa:SIGNaling<instance>:HACK:MSFRames
value: int = driver.hack.msFrames.read()

Return the total number of already measured HSDPA subframes.

Use RsCmwWcdmaSig.reliability.last_value to read the updated reliability indicator.

return

meas_sub_frames: Range: 0 to 2E+9