Huwb
SCPI Commands :
[SOURce<HW>]:BB:HUWB:ASL
[SOURce<HW>]:BB:HUWB:ASN
[SOURce<HW>]:BB:HUWB:BWIDth
[SOURce<HW>]:BB:HUWB:CCCL
[SOURce<HW>]:BB:HUWB:CNUMber
[SOURce<HW>]:BB:HUWB:F2MS
[SOURce<HW>]:BB:HUWB:IINTerval
[SOURce<HW>]:BB:HUWB:OBA
[SOURce<HW>]:BB:HUWB:PRESet
[SOURce<HW>]:BB:HUWB:SLENgth
[SOURce<HW>]:BB:HUWB:STATe
[SOURce<HW>]:BB:HUWB:STD
- Commands in total: 139Subgroups: 13Direct child commands: 12
- get_asl() HrpUwbActSegmentLength[source]
# [SOURce<HW>]:BB:HUWB:ASL value: enums.HrpUwbActSegmentLength = driver.source.bb.huwb.get_asl()
Sets the active segment length.
- Returns:
act_seg_length: ASL_16 | ASL_32 | ASL_64 | ASL_128 | ASL_256 | ASL_512 | ASL_1024 | ASL_2048
- get_asn() HrpUwbActSegmentNum[source]
# [SOURce<HW>]:BB:HUWB:ASN value: enums.HrpUwbActSegmentNum = driver.source.bb.huwb.get_asn()
Sets the number of active segments.
- Returns:
acg_seg_number: ASN_1 | ASN_2 | ASN_3 | ASN_4
- get_bandwidth() float[source]
# [SOURce<HW>]:BB:HUWB:BWIDth value: float = driver.source.bb.huwb.get_bandwidth()
Queries the channel bandwidth.
- get_cccl() HrpUwbConvConsLen[source]
# [SOURce<HW>]:BB:HUWB:CCCL value: enums.HrpUwbConvConsLen = driver.source.bb.huwb.get_cccl()
Sets the constraint length of the convolutional code.
- Returns:
cccl: CL3 | CL7
- get_cnumber() int[source]
# [SOURce<HW>]:BB:HUWB:CNUMber value: int = driver.source.bb.huwb.get_cnumber()
Sets the channel number.
- Returns:
channel_number: integer Range: 0 to 15
- get_f_2_ms() bool[source]
# [SOURce<HW>]:BB:HUWB:F2MS value: bool = driver.source.bb.huwb.get_f_2_ms()
Sets the frame length of a generated waveform shorter than 2 ms to a fixed value of 2 ms. If activated, the idle interval is set to 0.0 us by default.
- Returns:
fixed_2_ms_frame: 1 | ON | 0| OFF
- get_iinterval() float[source]
# [SOURce<HW>]:BB:HUWB:IINTerval value: float = driver.source.bb.huwb.get_iinterval()
Sets the time of the interval separating two frames.
- Returns:
iinterval: float Range: 0 to 1000000, Unit: us
- get_oba() ZigbeeOperatingBand[source]
# [SOURce<HW>]:BB:HUWB:OBA value: enums.ZigbeeOperatingBand = driver.source.bb.huwb.get_oba()
No help available
- get_slength() int[source]
# [SOURce<HW>]:BB:HUWB:SLENgth value: int = driver.source.bb.huwb.get_slength()
Sets the sequence length of the signal in number of frames. The signal is calculated in advance and output in the arbitrary waveform generator. The maximum number of frames is calculated as follows: Max. No. of Frames = Arbitrary waveform memory size/(sampling rate x 10 ms) .
- Returns:
slength: integer Range: 1 to 1024
- get_state() bool[source]
# [SOURce<HW>]:BB:HUWB:STATe value: bool = driver.source.bb.huwb.get_state()
Activates the standard and deactivates all the other digital standards and digital modulation modes in the same path.
- Returns:
hrp_uwb_state: 1 | ON | 0| OFF
- get_std() HrpUwbMode[source]
# [SOURce<HW>]:BB:HUWB:STD value: enums.HrpUwbMode = driver.source.bb.huwb.get_std()
Sets the HRP UWB mode.
- Returns:
mode: NONHRP | HPRF | BPRF NONHRP Enables HRP non-ERDEV mode. BPRF Enables HRP-ERDEV base pulse repetition frequency (BPRF) mode. HPRF Enables HRP-ERDEV higher pulse repetition frequency (HPRF) mode.
- preset() None[source]
# [SOURce<HW>]:BB:HUWB:PRESet driver.source.bb.huwb.preset()
Sets the parameters of the digital standard to their default values (
*RSTvalues specified for the commands) . Not affected is the state set with the command SOURce<hw>:BB:HUWB:STATe.
- preset_with_opc(opc_timeout_ms: int = -1) None[source]
# [SOURce<HW>]:BB:HUWB:PRESet driver.source.bb.huwb.preset_with_opc()
Sets the parameters of the digital standard to their default values (
*RSTvalues specified for the commands) . Not affected is the state set with the command SOURce<hw>:BB:HUWB:STATe.Same as preset, but waits for the operation to complete before continuing further. Use the RsSmbv.utilities.opc_timeout_set() to set the timeout value.
- Parameters:
opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.
- set_asl(act_seg_length: HrpUwbActSegmentLength) None[source]
# [SOURce<HW>]:BB:HUWB:ASL driver.source.bb.huwb.set_asl(act_seg_length = enums.HrpUwbActSegmentLength.ASL_1024)
Sets the active segment length.
- Parameters:
act_seg_length – ASL_16 | ASL_32 | ASL_64 | ASL_128 | ASL_256 | ASL_512 | ASL_1024 | ASL_2048
- set_asn(acg_seg_number: HrpUwbActSegmentNum) None[source]
# [SOURce<HW>]:BB:HUWB:ASN driver.source.bb.huwb.set_asn(acg_seg_number = enums.HrpUwbActSegmentNum.ASN_1)
Sets the number of active segments.
- Parameters:
acg_seg_number – ASN_1 | ASN_2 | ASN_3 | ASN_4
- set_cccl(cccl: HrpUwbConvConsLen) None[source]
# [SOURce<HW>]:BB:HUWB:CCCL driver.source.bb.huwb.set_cccl(cccl = enums.HrpUwbConvConsLen.CL3)
Sets the constraint length of the convolutional code.
- Parameters:
cccl – CL3 | CL7
- set_cnumber(channel_number: int) None[source]
# [SOURce<HW>]:BB:HUWB:CNUMber driver.source.bb.huwb.set_cnumber(channel_number = 1)
Sets the channel number.
- Parameters:
channel_number – integer Range: 0 to 15
- set_f_2_ms(fixed_2_ms_frame: bool) None[source]
# [SOURce<HW>]:BB:HUWB:F2MS driver.source.bb.huwb.set_f_2_ms(fixed_2_ms_frame = False)
Sets the frame length of a generated waveform shorter than 2 ms to a fixed value of 2 ms. If activated, the idle interval is set to 0.0 us by default.
- Parameters:
fixed_2_ms_frame – 1 | ON | 0| OFF
- set_iinterval(iinterval: float) None[source]
# [SOURce<HW>]:BB:HUWB:IINTerval driver.source.bb.huwb.set_iinterval(iinterval = 1.0)
Sets the time of the interval separating two frames.
- Parameters:
iinterval – float Range: 0 to 1000000, Unit: us
- set_oba(oper_band: ZigbeeOperatingBand) None[source]
# [SOURce<HW>]:BB:HUWB:OBA driver.source.bb.huwb.set_oba(oper_band = enums.ZigbeeOperatingBand.OB2380)
No help available
- set_slength(slength: int) None[source]
# [SOURce<HW>]:BB:HUWB:SLENgth driver.source.bb.huwb.set_slength(slength = 1)
Sets the sequence length of the signal in number of frames. The signal is calculated in advance and output in the arbitrary waveform generator. The maximum number of frames is calculated as follows: Max. No. of Frames = Arbitrary waveform memory size/(sampling rate x 10 ms) .
- Parameters:
slength – integer Range: 1 to 1024
- set_state(hrp_uwb_state: bool) None[source]
# [SOURce<HW>]:BB:HUWB:STATe driver.source.bb.huwb.set_state(hrp_uwb_state = False)
Activates the standard and deactivates all the other digital standards and digital modulation modes in the same path.
- Parameters:
hrp_uwb_state – 1 | ON | 0| OFF
- set_std(mode: HrpUwbMode) None[source]
# [SOURce<HW>]:BB:HUWB:STD driver.source.bb.huwb.set_std(mode = enums.HrpUwbMode.BPRF)
Sets the HRP UWB mode.
- Parameters:
mode – NONHRP | HPRF | BPRF NONHRP Enables HRP non-ERDEV mode. BPRF Enables HRP-ERDEV base pulse repetition frequency (BPRF) mode. HPRF Enables HRP-ERDEV higher pulse repetition frequency (HPRF) mode.
Cloning the Group
# Create a copy of the original group, that exists independently
huwb_copy = driver.source.bb.huwb.clone()
Subgroups