Add reading active registers under Voltages classes
This commit is contained in:
parent
6cbf6025b5
commit
9ecb14e2a5
|
@ -5,6 +5,7 @@ public class Voltages
|
||||||
{
|
{
|
||||||
public InternVoltages Intern => new(_Self);
|
public InternVoltages Intern => new(_Self);
|
||||||
public ExternVoltages Extern => new(_Self);
|
public ExternVoltages Extern => new(_Self);
|
||||||
|
public ActiveVoltages Active => new(_Self);
|
||||||
|
|
||||||
internal Voltages(AcDcRecord self) => _Self = self;
|
internal Voltages(AcDcRecord self) => _Self = self;
|
||||||
private readonly AcDcRecord _Self;
|
private readonly AcDcRecord _Self;
|
||||||
|
|
Loading…
Reference in New Issue