Rsf

SCPI Commands :

[SOURce<HW>]:BB:LRWPan:MMS:RSF:MCINdex
[SOURce<HW>]:BB:LRWPan:MMS:RSF:MCSZeros
[SOURce<HW>]:BB:LRWPan:MMS:RSF:MSRepetition
Commands in total: 3
Subgroups: 0
Direct child commands: 3
get_mc_index() HrpUwbCodeIndexRange[source]
# [SOURce<HW>]:BB:LRWPan:MMS:RSF:MCINdex
value: enums.HrpUwbCodeIndexRange = driver.source.bb.lrWpan.mms.rsf.get_mc_index()

Sets the code index that determines the multi-millisecond ranging sequence.

Returns:

mmrs_code_index: CI_9 | CI_10 | CI_11 | CI_12 | CI_13 | CI_14 | CI_15 | CI_16 | CI_17 | CI_18 | CI_19 | CI_20 | CI_21 | CI_22 | CI_23 | CI_24 | CI_25 | CI_26 | CI_27 | CI_28 | CI_29 | CI_30 | CI_31 | CI_32 | CI_33 | CI_34 | CI_35 | CI_36 | CI_37 | CI_38 | CI_39 | CI_40 | CI_41 | CI_42 | CI_43 | CI_44 | CI_45 | CI_46 | CI_47 | CI_48

get_mcs_zeros() int[source]
# [SOURce<HW>]:BB:LRWPan:MMS:RSF:MCSZeros
value: int = driver.source.bb.lrWpan.mms.rsf.get_mcs_zeros()

Requires [:SOURce<hw>]:BB:LRWPan:MMS:RSF:MCINdex 33 or higher. Sets the number of zeros for the optional gap in the complementary set of the MMRS symbol.

Returns:

mcs_zeros: integer Range: 0 to 64

get_ms_repetition() HrpUwbMmrsSymRepetition[source]
# [SOURce<HW>]:BB:LRWPan:MMS:RSF:MSRepetition
value: enums.HrpUwbMmrsSymRepetition = driver.source.bb.lrWpan.mms.rsf.get_ms_repetition()

Sets the number for repetitions of the MMRS symbol in the ranging sequence fragment.

Returns:

ms_repetition: SR32 | SR40 | SR48 | SR64 | SR128 | SR256

set_mc_index(mmrs_code_index: HrpUwbCodeIndexRange) None[source]
# [SOURce<HW>]:BB:LRWPan:MMS:RSF:MCINdex
driver.source.bb.lrWpan.mms.rsf.set_mc_index(mmrs_code_index = enums.HrpUwbCodeIndexRange.CI_10)

Sets the code index that determines the multi-millisecond ranging sequence.

Parameters:

mmrs_code_index – CI_9 | CI_10 | CI_11 | CI_12 | CI_13 | CI_14 | CI_15 | CI_16 | CI_17 | CI_18 | CI_19 | CI_20 | CI_21 | CI_22 | CI_23 | CI_24 | CI_25 | CI_26 | CI_27 | CI_28 | CI_29 | CI_30 | CI_31 | CI_32 | CI_33 | CI_34 | CI_35 | CI_36 | CI_37 | CI_38 | CI_39 | CI_40 | CI_41 | CI_42 | CI_43 | CI_44 | CI_45 | CI_46 | CI_47 | CI_48

set_mcs_zeros(mcs_zeros: int) None[source]
# [SOURce<HW>]:BB:LRWPan:MMS:RSF:MCSZeros
driver.source.bb.lrWpan.mms.rsf.set_mcs_zeros(mcs_zeros = 1)

Requires [:SOURce<hw>]:BB:LRWPan:MMS:RSF:MCINdex 33 or higher. Sets the number of zeros for the optional gap in the complementary set of the MMRS symbol.

Parameters:

mcs_zeros – integer Range: 0 to 64

set_ms_repetition(ms_repetition: HrpUwbMmrsSymRepetition) None[source]
# [SOURce<HW>]:BB:LRWPan:MMS:RSF:MSRepetition
driver.source.bb.lrWpan.mms.rsf.set_ms_repetition(ms_repetition = enums.HrpUwbMmrsSymRepetition.SR128)

Sets the number for repetitions of the MMRS symbol in the ranging sequence fragment.

Parameters:

ms_repetition – SR32 | SR40 | SR48 | SR64 | SR128 | SR256