horizontal¶
List of supported commands:
-
class
nardascripting.base.scpi.horizontal.
ScpiHorizontal
(com: nardascripting.base.comm.CommBase)¶ SignalShark HORizontal SCPI subsystem class.
-
get_scan_data
()¶ Queries the Horizontal scan results
- Returns
Valid flag of the localization data.; Overdriven flag; LostFrames flag; Uncertain flag; Detector value; Azimuth in degree.; Elevation in degree.; Roll in degree.
- Return type
HScanData
-
get_scan_detector
()¶ Queries the Horizontal scan detector
- Returns
Horizontal scan detector (RMS, CRMS, PPk, CPK)
- Return type
-
get_scan_state
()¶ Queries the Horizontal scan state
- Returns
Horizontal scan state ( INIT, START, RESET_MAX, ADD_DISCRETE, ADD_DISCRETE_MAX, DELETE_LAST_VALUE, CALCULATE_BEARING, MANUAL_BEARING )
- Return type
-
get_scan_type
()¶ Queries the Horizontal scan type
- Returns
Horizontal scan type (CONTINUOUS, DISCRETE, DISCRETE_MAX_HOLD)
- Return type
-
scan_add_value
()¶ Horizontal scan add discrete value
-
scan_calc_result
()¶ Horizontal scan calculate bearing
-
scan_delete_value
()¶ Horizontal scan delete last value
-
scan_manual_correction
()¶ Horizontal scan manual correction
-
scan_reset
()¶ Horizontal scan reset
-
scan_reset_max
()¶ Horizontal scan reset max
-
scan_start
()¶ Horizontal scan start
-
scan_stop
()¶ Horizontal scan stop
-
set_scan_detector
(value: nardascripting.base.scpi.enums.HScanDetectorModes)¶ Sets the Horizontal scan detector
- Parameters
value (Enum) – Horizontal scan detector (RMS, CRMS, PPk, CPK)
-
set_scan_type
(value: nardascripting.base.scpi.enums.HScanTypes)¶ Sets the Horizontal scan type
- Parameters
value (Enum) – Horizontal scan type (CONTINUOUS, DISCRETE, DISCRETE_MAX_HOLD)
-