The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Device::CableModem::Zoom5341::Get

NOTA BENE

This is part of the guts of Device::CableModem::Zoom5341. If you're reading this, you're either developing the module, writing tests, or coloring outside the lines; consider yourself warned.

->get_down_stats

Return all the downstream stats as a hashref.

->get_up_stats

Return all the upstream stats as a hashref.

->get_down_freq

Return an arrayref of downstream frequencies.

->get_down_mod

Return an arrayref of downstream modulation schemata.

->get_down_power

Return an arrayref of downstream power levels (dBmV).

->get_down_snr

Return an arrayref of downstream SNRs (dB).

->get_up_chanid

Return an arrayref of upstream channel ids.

->get_up_freq

Return an arrayref of upstream frequencies.

->get_up_bw

Return an arrayref of upstream bandwidths (in the physical sense of the width of the channel, not the logical sense of a data rate).

->get_up_power

Return an arrayref of upstream power levels (dBmV).

SEE ALSO

You should probably be looking at Device::CableModem::Zoom5341 instead.