示例#1
0
文件: sfm.py 项目: mjgardes/pymeasure
 def channel_down_relative(self):
     """
     Decreases the output frequency to the next low channel/special channel
     based on the current country settings
     """
     Instrument.write(self, "SOUR:CHAN:REL DOWN")
示例#2
0
文件: sfm.py 项目: mjgardes/pymeasure
 def channel_up_relative(self):
     """
     Increases the output frequency to the next higher channel/special channel
     based on the current country settings
     """
     Instrument.write(self, "SOUR:CHAN:REL UP")