ScalarQuantity# class ScalarQuantity# Bases: object Functor representing a physical scalar quantity. __init__(impl)# property name: str# Return the instance’s name. property unit: str# Return the instance’s unit. eval()# Evaluate and return scalar value.