IEEE
- src.ieee.ieee(oscope, cls: bool = False, ese: Optional[int] = None, esr: bool = False, opc: bool = False, rst: bool = False, sre: Optional[int] = None, stb: bool = False, tst: bool = False)[source]
Send IEEE488.2 common commands. All arguments are optional. The device reset command is followed by a 5 seceond delay.
- Parameters
cls (bool) –
*CLS
ese (int) –
*ESE
esr (bool) –
*ESR?
opc (bool) –
*OPC
rst (bool) –
*RST
sre (int) –
*SRE
stb (bool) –
*STB?
tst (bool) –
*TST?
- Returns
A namedtuple with fields corresponding to the named arguments of this function (except
cls
andrst
). All fields are queried regardless of which arguments were initially provided. Theidn
field is additionally provided as a result of the query*IDN?
.