Open the Full-Wave Bridge Rectifier example model and run the simulation:
The model has data logging enabled for all blocks, with Workspace variable
name parameter set to simlog_ssc_bridge_rectifier
.
Therefore, running the simulation creates the simulation log variable in your current
workspace.
Print the complete logging tree for the model:
ssc_bridge_rectifier
+-AC_Voltage_Source
| +-i
| +-n
| | +-v
| +-p
| | +-v
| +-v
+-C
| +-i
| +-n
| | +-v
| +-p
| | +-v
| +-v
| +-vc
+-Diode_1
| +-SimulationStatistics
| | +-zc_1
| | +-crossings
| | +-values
| +-i
| +-n
| | +-v
| +-p
| | +-v
| +-v
+-Diode_2
| +-SimulationStatistics
| | +-zc_1
| | +-crossings
| | +-values
| +-i
| +-n
| | +-v
| +-p
| | +-v
| +-v
+-Diode_3
| +-SimulationStatistics
| | +-zc_1
| | +-crossings
| | +-values
| +-i
| +-n
| | +-v
| +-p
| | +-v
| +-v
+-Diode_4
| +-SimulationStatistics
| | +-zc_1
| | +-crossings
| | +-values
| +-i
| +-n
| | +-v
| +-p
| | +-v
| +-v
+-ERef_T1
| +-V
| +-v
+-ERef_T2
| +-V
| +-v
+-Ideal_Transformer
| +-i1
| +-i2
| +-n1
| | +-v
| +-n2
| | +-v
| +-p1
| | +-v
| +-p2
| | +-v
| +-v1
| +-v2
+-Load
| +-i
| +-n
| | +-v
| +-p
| | +-v
| +-v
+-Voltage_Sensor
+-V
+-i1
+-n
| +-v
+-p
| +-v
+-v1
Find Simulink Identifier for the block corresponding to the
Diode_1
node:
id =
ssc_bridge_rectifier:3
ssc_bridge_rectifier:3
is the Simulink Identifier of the block
corresponding to the specified node.
Based on the Simulink Identifier, get the full block path name:
blockName =
ssc_bridge_rectifier/Diode 1
ssc_bridge_rectifier/Diode 1
is the full path and name of the
block.