MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / Py_ops_sensNodeVel

Function Py_ops_sensNodeVel

SRC/interpreter/PythonWrapper.cpp:2300–2310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2298}
2299
2300static PyObject *Py_ops_sensNodeVel(PyObject *self, PyObject *args)
2301{
2302 wrapper->resetCommandLine(PyTuple_Size(args), 1, args);
2303
2304 if (OPS_sensNodeVel() < 0) {
2305 opserr<<(void*)0;
2306 return NULL;
2307 }
2308
2309 return wrapper->getResults();
2310}
2311
2312static PyObject *Py_ops_sensNodeAccel(PyObject *self, PyObject *args)
2313{

Callers

nothing calls this directly

Calls 3

OPS_sensNodeVelFunction · 0.85
getResultsMethod · 0.80
resetCommandLineMethod · 0.45

Tested by

no test coverage detected