iqstream¶
List of supported commands:
-
class
nardascripting.base.scpi.iqstream.
ScpiIqStream
(com: nardascripting.base.comm.CommBase)¶ SignalShark IQSTream SCPI subsystem class.
-
get_antenna_factor
()¶ Queries the antenna factor for Ftune
- Returns
Antenna Factor for FTune
- Return type
float
-
get_cbw
()¶ Queries the IQ channel bandwidth
- Returns
Channel Bandwidth in Hz
- Return type
float
-
get_cbw_list
()¶ Queries a list of possible CBW settings
- Returns
- Return type
-
get_frequency_tune
()¶ Queries the IQ tune frequency
- Returns
Tune frequency in Hz
- Return type
float
-
get_oversampling
()¶ Queries the IQ oversampling state
- Returns
Oversampling
- Return type
bool
-
get_payload_format
()¶ Queries the IQ payload format
- Returns
IQ payload format
- Return type
-
get_payload_limit
()¶ Queries the IQ payload limit
- Returns
Payload Limit
- Return type
int
-
get_payload_limit_list
()¶ Queries a list of possible payload limits depending on payload format, CBW and oversampling
- Returns
- Return type
-
set_cbw
(value: float)¶ Sets the IQ channel bandwidth
- Parameters
value (float) – Channel Bandwidth (Hz)
-
set_frequency_tune
(value: float)¶ Sets the IQ tune frequency
- Parameters
value (float) – Tune frequency (Hz)
-
set_oversampling
(value: bool)¶ Sets the IQ oversampling state
- Parameters
value (bool) – Oversampling
-
set_payload_format
(value: nardascripting.base.scpi.enums.StrPayForm)¶ Sets the IQ payload format
- Parameters
value (StrPayForm) – IQ payload format (I16Q16, I32Q32)
-
set_payload_limit
(value: int)¶ Sets the IQ payload limit in words (32Bit)
- Parameters
value (int) – Payload Limit (256,512,1024,2048)
-