result = simscape.instrumentation.isLoggingEnabled(blockName)
returns a logical 0 or 1 depending on whether logging
variables are selected for the block, blockName.
This example shows how to check whether logging is enabled for the
Ideal Torque Source block labeled Load
Torque in the Permanent Magnet DC Motor example.
Logical true or false result when logging is enabled or disabled for the block,
respectively. Logical true and false correspond to 0 and
1, respectively.