MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / get_acCoupling

Method get_acCoupling

DSView/pv/view/analogsignal.cpp:232–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232uint8_t AnalogSignal::get_acCoupling()
233{
234 int coupling = 0;
235 session->get_device()->get_config_byte(SR_CONF_PROBE_COUPLING, coupling, _probe, NULL);
236 return coupling;
237}
238
239bool AnalogSignal::get_mapDefault()
240{

Callers 1

gen_config_jsonMethod · 0.45

Calls 2

get_config_byteMethod · 0.80
get_deviceMethod · 0.80

Tested by

no test coverage detected