Device

List of supported commands:

class nardascripting.base.scpi.device.ScpiDevice(com: nardascripting.base.comm.CommBase)

SignalShark DEVice SCPI subsystem class.

get_application_date()

Queries the application date

Returns

Application Date

Return type

str

get_application_version()

Queries the application version number

Returns

Application version number

Return type

str

get_bios_version()

Queries the BIOS version number

Returns

Version number

Return type

str

get_board_controller_bootloader_version()

Queries the boardcontroller bootloader version

Returns

Version number

Return type

str

get_board_controller_firmware_version()

Queries the boardcontroller firmware version

Returns

Version number

Return type

str

get_fpga_bitstream_version()

Queries the FPGA bitstream version

Returns

Version number

Return type

str

get_fpga_pcie_driver_version()

Queries the FPGA PCI Express driver version

Returns

Version number

Return type

str

get_operation_system_version()

Queries the operation system version

Returns

Version number

Return type

str

get_part_number()

Queries the part number

Returns

Part Number

Return type

str

get_product_name()

Queries the product name

Returns

Product name

Return type

str

get_serial_number()

Queries the serial number

Returns

Serial Number

Return type

str