BH plot
This commit is contained in:
parent
1a46f8acf7
commit
264b8744e6
@ -84,6 +84,8 @@ class SiglentGen:
|
||||
def initialize(self):
|
||||
self.instr.write("*RST")
|
||||
self.instr.write("*CLS")
|
||||
self.enable_10M_out()
|
||||
self.enableSync()
|
||||
|
||||
# ---- Global commands ----
|
||||
def identify(self) -> str:
|
||||
@ -94,3 +96,9 @@ class SiglentGen:
|
||||
|
||||
def get_error(self):
|
||||
return self.instr.query("SYST:ERR?")
|
||||
|
||||
def enable_10M_out(self):
|
||||
self.instr.write("ROSC 10MOUT,ON")
|
||||
|
||||
def enableSync(self):
|
||||
self.instr.write("C1:SYNC:OUT_MODE Square")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user