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) –
*CLSese (int) –
*ESEesr (bool) –
*ESR?opc (bool) –
*OPCrst (bool) –
*RSTsre (int) –
*SREstb (bool) –
*STB?tst (bool) –
*TST?
- Returns
A namedtuple with fields corresponding to the named arguments of this function (except
clsandrst). All fields are queried regardless of which arguments were initially provided. Theidnfield is additionally provided as a result of the query*IDN?.