Skip to content

levylab.krohn_hite

LabVIEW class: Inst.Krohn-Hite-7008.lvclass (auto-connected by CESession)

flex_drivers.levylab.krohn_hite.KrohnHite7008

Bases: ZMQInstrument

Krohn-Hite 7008 8-channel amplifier (LevyLab Instrument Framework app).

Channel configuration dicts use the IF key spellings, e.g.::

{"channel": 1, "gain": "10", "input": "DIFF", "shunt": "10M",
 "couple": "AC", "filter": "OFF"}

set_kh_channel(config)

Configure several channels at once (IF setAllChannels).

set_kh_channel_single(config)

Configure a single channel (IF setChannel).

get_channel(channel)

Read the configuration of one channel (IF getChannel).