Elogging

SCPI Commands :

SENSe:BLUetooth:MEASurement<Instance>:ELOGging:LAST
SENSe:BLUetooth:MEASurement<Instance>:ELOGging:ALL
class EloggingCls[source]

Elogging commands group definition. 2 total commands, 0 Subgroups, 2 group commands

class AllStruct[source]

Structure for reading output parameters. Fields:

  • Timestamp: List[str]: No parameter help available

  • Category: List[enums.LogCategory]: No parameter help available

  • Event: List[str]: No parameter help available

class LastStruct[source]

Structure for reading output parameters. Fields:

  • Timestamp: str: No parameter help available

  • Category: enums.LogCategory: No parameter help available

  • Event: str: No parameter help available

get_all() AllStruct[source]
# SCPI: SENSe:BLUetooth:MEASurement<Instance>:ELOGging:ALL
value: AllStruct = driver.sense.elogging.get_all()

No command help available

return:

structure: for return value, see the help for AllStruct structure arguments.

get_last() LastStruct[source]
# SCPI: SENSe:BLUetooth:MEASurement<Instance>:ELOGging:LAST
value: LastStruct = driver.sense.elogging.get_last()

No command help available

return:

structure: for return value, see the help for LastStruct structure arguments.