Searched refs:ctype (Results 1 – 4 of 4) sorted by relevance
423 def connection_type(self, ctype): argument429 cmd = 'CONFigure:LTE:SIGN:CONNection:CTYPe {}'.format(ctype.value)
195 def connection_type(self, ctype): argument
148 ctype, _ = mimetypes.guess_type(bugreport)149 maintype, subtype = ctype.split("/", 1)
423 // The ctype option instructs the C++ code generator to use a different427 optional CType ctype = 1 [default = STRING]; field