MCPcopy Create free account
hub / github.com/LabPy/lantz / offset

Method offset

lantz/drivers/aeroflex/a2023a.py:131–135  ·  view source on GitHub ↗

Offset amplitude.

(self)

Source from the content-addressed store, hash-verified

129
130 @Feat(units='V')
131 def offset(self):
132 """Offset amplitude.
133 """
134 return self.parse_query('RFLV:OFFS?',
135 format=':RFLV:OFFS:VALUE {0:f};{_}')
136
137 @offset.setter
138 def offset(self, value):

Callers 1

add_sidebar_buttonFunction · 0.45

Calls 2

parse_queryMethod · 0.45
queryMethod · 0.45

Tested by

no test coverage detected