ieee488¶
List of supported commands:
-
class
nardascripting.base.scpi.ieee488.
ScpiIeee488
(com: nardascripting.base.comm.CommBase)¶ SignalShark IEEE488 SCPI subsystem class.
-
get_idn
()¶ Queries the instrument basic information such as manufacturer, model, serial number, version
- Returns
- Return type
-
get_opc
()¶ Synchronizes overlapped commands
- Returns
OPC Flag (will always be 1)
- Return type
int
-
rst
()¶ Resets the device to default settings and all status data. This command has a timeout of 10s.
-
wai
()¶ Synchronizes overlapped commands
-